- java.lang.Object
-
- org.icepdf.ri.common.widgets.ColorIcon
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ColorgetColor()intgetIconHeight()intgetIconWidth()voidpaintIcon(Component c, Graphics g, int x, int y)
-
-
-
Constructor Detail
-
ColorIcon
public ColorIcon(Color color)
-
-
Method Detail
-
getColor
public Color getColor()
-
getIconWidth
public int getIconWidth()
- Specified by:
getIconWidthin interfaceIcon
-
getIconHeight
public int getIconHeight()
- Specified by:
getIconHeightin interfaceIcon
-
-