Package util.sortabletable
Class BlankIcon
- java.lang.Object
-
- util.sortabletable.BlankIcon
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetIconHeight()intgetIconWidth()voidpaintIcon(Component c, Graphics g, int x, int y)
-
-
-
Constructor Detail
-
BlankIcon
public BlankIcon()
-
BlankIcon
public BlankIcon(Color color, int size)
-
-
Method Detail
-
getIconWidth
public int getIconWidth()
- Specified by:
getIconWidthin interfaceIcon
-
getIconHeight
public int getIconHeight()
- Specified by:
getIconHeightin interfaceIcon
-
-