Class EmptyIcon
java.lang.Object
org.jdesktop.swingx.icon.EmptyIcon
- All Implemented Interfaces:
Serializable, Icon
An empty icon with arbitrary width and height.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintvoid
-
Field Details
-
width
private int width -
height
private int height
-
-
Constructor Details
-
EmptyIcon
public EmptyIcon() -
EmptyIcon
public EmptyIcon(int width, int height)
-
-
Method Details
-
getIconHeight
public int getIconHeight()- Specified by:
getIconHeightin interfaceIcon
-
getIconWidth
public int getIconWidth()- Specified by:
getIconWidthin interfaceIcon
-
paintIcon
-