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 int
getIconHeight()
int
getIconWidth()
void
paintIcon(Component arg0, Graphics graphics, int x, int y)
void
setColor(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:
getIconWidth
in interfaceIcon
-
getIconHeight
public int getIconHeight()
- Specified by:
getIconHeight
in interfaceIcon
-
-