org.shetline.gui.laf.zinc
Class ZincSelectableButtonIcon
java.lang.Object
  
org.shetline.gui.laf.zinc.ZincSelectableButtonIcon
- All Implemented Interfaces: 
 - Serializable, Icon, UIResource
 
public class ZincSelectableButtonIcon
- extends Object
- implements Icon, UIResource, Serializable
  
- See Also:
 - Serialized Form
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
focusGradient
protected GradientPaint focusGradient
lastFocusColor
protected Color lastFocusColor
SIZE
protected static final int SIZE
- See Also:
 - Constant Field Values
 
sharedInstance
protected static Icon sharedInstance
ZincSelectableButtonIcon
public ZincSelectableButtonIcon()
getSharedInstance
public static Icon getSharedInstance()
 
 
getIconWidth
public int getIconWidth()
- Specified by:
 getIconWidth in interface Icon
 
 
getIconHeight
public int getIconHeight()
- Specified by:
 getIconHeight in interface Icon
 
 
paintIcon
public void paintIcon(Component c,
                      Graphics g,
                      int x,
                      int y)
- Specified by:
 paintIcon in interface Icon