Package org.jdesktop.swingx.icon
Class EmptyIcon
- java.lang.Object
-
- org.jdesktop.swingx.icon.EmptyIcon
-
- All Implemented Interfaces:
Serializable
,Icon
public final class EmptyIcon extends Object implements Icon, Serializable
An empty icon with arbitrary width and height.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getIconHeight()
int
getIconWidth()
void
paintIcon(Component c, Graphics g, int x, int y)
-
-
-
Method Detail
-
getIconHeight
public int getIconHeight()
- Specified by:
getIconHeight
in interfaceIcon
-
getIconWidth
public int getIconWidth()
- Specified by:
getIconWidth
in interfaceIcon
-
-