Class GrayableIcon

java.lang.Object
com.vividsolutions.jump.workbench.ui.GrayableIcon
All Implemented Interfaces:
Icon

public class GrayableIcon extends Object implements Icon
  • Constructor Details

    • GrayableIcon

      public GrayableIcon(Icon originalIcon)
  • Method Details

    • setGrayed

      public void setGrayed(boolean grayed)
    • isGrayed

      public boolean isGrayed()
    • getIconHeight

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

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

      public void paintIcon(Component c, Graphics g, int x, int y)
      Specified by:
      paintIcon in interface Icon