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
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intDescription of the Fieldprotected intDescription of the Fieldprotected ColorDescription of the Fieldprotected SkinDescription of the FieldFields inherited from class BasicRadioButtonUI
iconFields inherited from class BasicButtonUI
defaultTextIconGap, defaultTextShiftOffset -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ComponentUIDescription of the Methodprotected ColorGets the FocusColor attribute of the SkinRadioButtonUI objectvoidDescription of the Methodvoidpaint(Graphics g, JComponent c) paint the radio buttonprotected voidpaintFocus(Graphics g, Rectangle textRect, Dimension d) Description of the MethodMethods inherited from class BasicRadioButtonUI
getDefaultIcon, getPreferredSize, getPropertyPrefix, uninstallDefaultsMethods inherited from class BasicToggleButtonUI
getTextShiftOffset, paintIconMethods inherited from class BasicButtonUI
clearTextShiftOffset, createButtonListener, getBaseline, getBaselineResizeBehavior, getDefaultTextIconGap, getMaximumSize, getMinimumSize, installKeyboardActions, installListeners, installUI, paintButtonPressed, paintFocus, paintIcon, paintText, paintText, setTextShiftOffset, uninstallKeyboardActions, uninstallListeners, uninstallUIMethods inherited from class 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:
installDefaultsin classBasicRadioButtonUI- Parameters:
b- Description of Parameter
-
paint
paint the radio button- Overrides:
paintin 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:
paintFocusin classBasicRadioButtonUI- Parameters:
g- Description of ParametertextRect- Description of Parameterd- Description of Parameter
-