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 int
getIconHeight()
int
getIconWidth()
boolean
isGrayed()
void
paintIcon(Component c, Graphics g, int x, int y)
void
setGrayed(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:
getIconHeight
in interfaceIcon
-
getIconWidth
public int getIconWidth()
- Specified by:
getIconWidth
in interfaceIcon
-
-