org.shetline.gui.laf.zinc
Class ZincCheckBoxUI
java.lang.Object
  
javax.swing.plaf.ComponentUI
      
javax.swing.plaf.ButtonUI
          
javax.swing.plaf.basic.BasicButtonUI
              
javax.swing.plaf.basic.BasicToggleButtonUI
                  
javax.swing.plaf.basic.BasicRadioButtonUI
                      
javax.swing.plaf.metal.MetalRadioButtonUI
                          
org.shetline.gui.laf.zinc.ZincSelectableButtonUI
                              
org.shetline.gui.laf.zinc.ZincCheckBoxUI
public class ZincCheckBoxUI
- extends ZincSelectableButtonUI
 
 
 
 
| Fields inherited from class org.shetline.gui.laf.zinc.ZincSelectableButtonUI | 
background, border, focus, highlight, keyCache, mark, selectedDisabled, selectedDisabledCache, selectedEnabled, selectedEnabledCache, selectedFocused, selectedFocusedCache, selectedPressed, selectedPressedCache, unselectedDisabled, unselectedDisabledCache, unselectedEnabled, unselectedEnabledCache, unselectedFocused, unselectedFocusedCache, unselectedPressed, unselectedPressedCache | 
 
 
 
 
 
 
 
 
 
 
| Methods inherited from class javax.swing.plaf.basic.BasicButtonUI | 
clearTextShiftOffset, getBaseline, getBaselineResizeBehavior, getDefaultTextIconGap, getMaximumSize, installKeyboardActions, installListeners, installUI, paintButtonPressed, paintFocus, paintIcon, paintText, paintText, setTextShiftOffset, uninstallKeyboardActions, uninstallListeners, uninstallUI | 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
INSTANCE
protected static final ZincCheckBoxUI INSTANCE
CHECK_MARK
protected static final Polygon CHECK_MARK
INNER_INSET
protected static final int INNER_INSET
- See Also:
 - Constant Field Values
 
ZincCheckBoxUI
public ZincCheckBoxUI()
createUI
public static ComponentUI createUI(JComponent b)
 
getPropertyPrefix
public String getPropertyPrefix()
- Overrides:
 getPropertyPrefix in class BasicRadioButtonUI
 
 
drawUnselected
protected void drawUnselected(Graphics2D g,
                              int size,
                              boolean enabled)
- Specified by:
 drawUnselected in class ZincSelectableButtonUI
 
 
drawSelectionIndicator
protected void drawSelectionIndicator(Graphics2D g,
                                      int size,
                                      boolean enabled)
- Specified by:
 drawSelectionIndicator in class ZincSelectableButtonUI
 
 
drawFocusIndicator
protected void drawFocusIndicator(Graphics2D g,
                                  int size,
                                  boolean selected)
- Specified by:
 drawFocusIndicator in class ZincSelectableButtonUI