Package org.apache.uima.tools.cvd
Class ColorIcon
- java.lang.Object
-
- org.apache.uima.tools.cvd.ColorIcon
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetIconHeight()intgetIconWidth()voidpaintIcon(Component arg0, Graphics graphics, int x, int y)voidsetColor(Color color)
-
-
-
Constructor Detail
-
ColorIcon
public ColorIcon()
-
ColorIcon
public ColorIcon(Color color)
-
-
Method Detail
-
setColor
public void setColor(Color color)
-
getIconWidth
public int getIconWidth()
- Specified by:
getIconWidthin interfaceIcon
-
getIconHeight
public int getIconHeight()
- Specified by:
getIconHeightin interfaceIcon
-
-