Class ColorIcon

java.lang.Object
org.apache.uima.tools.cvd.ColorIcon
All Implemented Interfaces:
Icon

public class ColorIcon extends Object implements Icon
TODO: add type comment for ColorIcon.
  • Field Details

  • Constructor Details

    • ColorIcon

      public ColorIcon()
    • ColorIcon

      public ColorIcon(Color color)
  • Method Details

    • setColor

      public void setColor(Color color)
    • paintIcon

      public void paintIcon(Component arg0, Graphics graphics, int x, int y)
      Specified by:
      paintIcon in interface Icon
    • getIconWidth

      public int getIconWidth()
      Specified by:
      getIconWidth in interface Icon
    • getIconHeight

      public int getIconHeight()
      Specified by:
      getIconHeight in interface Icon