Package com.l2fprod.gui.plaf.skin
Class SkinRadioButtonUI
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
com.l2fprod.gui.plaf.skin.SkinRadioButtonUI
- Direct Known Subclasses:
SkinCheckBoxUI
Description of the Class
- Author:
- fred
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected int
Description of the Fieldprotected int
Description of the Fieldprotected Color
Description of the Fieldprotected Skin
Description of the FieldFields inherited from class javax.swing.plaf.basic.BasicRadioButtonUI
icon
Fields inherited from class javax.swing.plaf.basic.BasicButtonUI
defaultTextIconGap, defaultTextShiftOffset
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ComponentUI
Description of the Methodprotected Color
Gets the FocusColor attribute of the SkinRadioButtonUI objectvoid
Description of the Methodvoid
paint
(Graphics g, JComponent c) paint the radio buttonprotected void
paintFocus
(Graphics g, Rectangle textRect, Dimension d) Description of the MethodMethods inherited from class javax.swing.plaf.basic.BasicRadioButtonUI
getDefaultIcon, getPreferredSize, getPropertyPrefix, uninstallDefaults
Methods inherited from class javax.swing.plaf.basic.BasicToggleButtonUI
getTextShiftOffset, paintIcon
Methods inherited from class javax.swing.plaf.basic.BasicButtonUI
clearTextShiftOffset, createButtonListener, getBaseline, getBaselineResizeBehavior, getDefaultTextIconGap, getMaximumSize, getMinimumSize, installKeyboardActions, installListeners, installUI, paintButtonPressed, paintFocus, paintIcon, paintText, paintText, setTextShiftOffset, uninstallKeyboardActions, uninstallListeners, uninstallUI
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, update
-
Field Details
-
dashedRectGapWidth
protected int dashedRectGapWidthDescription of the Field -
dashedRectGapHeight
protected int dashedRectGapHeightDescription of the Field -
focusColor
Description of the Field -
skin
Description of the Field
-
-
Constructor Details
-
SkinRadioButtonUI
public SkinRadioButtonUI()
-
-
Method Details
-
createUI
Description of the Method- Parameters:
c
- Description of Parameter- Returns:
- Description of the Returned Value
-
installDefaults
Description of the Method- Overrides:
installDefaults
in classBasicRadioButtonUI
- Parameters:
b
- Description of Parameter
-
paint
paint the radio button- Overrides:
paint
in classBasicRadioButtonUI
- Parameters:
g
- Description of Parameterc
- Description of Parameter
-
getFocusColor
Gets the FocusColor attribute of the SkinRadioButtonUI object- Returns:
- The FocusColor value
-
paintFocus
Description of the Method- Overrides:
paintFocus
in classBasicRadioButtonUI
- Parameters:
g
- Description of ParametertextRect
- Description of Parameterd
- Description of Parameter
-