Interface IconPane
-
- All Superinterfaces:
SimpleGraphicElement
- All Known Implementing Classes:
AbstractIconPane
,IconPaneWA
public interface IconPane extends SimpleGraphicElement
- Version:
- 1.0
- Author:
- neysseri
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Icon
addEmptyIcon()
Return an icon using the 1px imageIcon
addIcon()
String
print()
Print an html representation for this object.void
setSpacing(String space)
-
-
-
Method Detail
-
addIcon
Icon addIcon()
-
addEmptyIcon
Icon addEmptyIcon()
Return an icon using the 1px image- Returns:
- an Icon
-
setSpacing
void setSpacing(String space)
-
print
String print()
Description copied from interface:SimpleGraphicElement
Print an html representation for this object.- Specified by:
print
in interfaceSimpleGraphicElement
- Returns:
- The html representation for this object.
-
-