| Constructor and Description |
|---|
GrayableIcon(Icon originalIcon) |
| Modifier and Type | Method and Description |
|---|---|
int |
getIconHeight() |
int |
getIconWidth() |
boolean |
isGrayed() |
void |
paintIcon(Component c,
Graphics g,
int x,
int y) |
void |
setGrayed(boolean grayed) |
public GrayableIcon(Icon originalIcon)
public void setGrayed(boolean grayed)
public boolean isGrayed()
public int getIconHeight()
getIconHeight in interface Iconpublic int getIconWidth()
getIconWidth in interface IconCopyright © 2015. All rights reserved.