Class LayerListDialog.LayerVisibleCheckBox.EyeIcon
- java.lang.Object
-
- javax.swing.ImageIcon
-
- org.openstreetmap.josm.gui.dialogs.LayerListDialog.LayerVisibleCheckBox.EyeIcon
-
- All Implemented Interfaces:
Serializable
,Accessible
,Icon
- Enclosing class:
- LayerListDialog.LayerVisibleCheckBox
private class LayerListDialog.LayerVisibleCheckBox.EyeIcon extends ImageIcon
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class javax.swing.ImageIcon
ImageIcon.AccessibleImageIcon
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
translucent
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
paintIcon(Component comp, Graphics g, int x, int y)
-
Methods inherited from class javax.swing.ImageIcon
getAccessibleContext, getDescription, getIconHeight, getIconWidth, getImage, getImageLoadStatus, getImageObserver, loadImage, setDescription, setImage, setImageObserver, toString
-
-
-
-
Field Detail
-
translucent
private final boolean translucent
-
-