Class GrayableIcon
- java.lang.Object
-
- org.locationtech.jts.jump.workbench.ui.GrayableIcon
-
-
Constructor Summary
Constructors Constructor Description GrayableIcon(Icon originalIcon)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetIconHeight()intgetIconWidth()booleanisGrayed()voidpaintIcon(Component c, Graphics g, int x, int y)voidsetGrayed(boolean grayed)
-
-
-
Constructor Detail
-
GrayableIcon
public GrayableIcon(Icon originalIcon)
-
-
Method Detail
-
setGrayed
public void setGrayed(boolean grayed)
-
isGrayed
public boolean isGrayed()
-
getIconHeight
public int getIconHeight()
- Specified by:
getIconHeightin interfaceIcon
-
getIconWidth
public int getIconWidth()
- Specified by:
getIconWidthin interfaceIcon
-
-