SkinCheckBoxUIpublic class SkinRadioButtonUI
extends javax.swing.plaf.basic.BasicRadioButtonUI
| Modifier and Type | Field | Description |
|---|---|---|
protected int |
dashedRectGapHeight |
Description of the Field
|
protected int |
dashedRectGapWidth |
Description of the Field
|
protected java.awt.Color |
focusColor |
Description of the Field
|
protected Skin |
skin |
Description of the Field
|
| Constructor | Description |
|---|---|
SkinRadioButtonUI() |
| Modifier and Type | Method | Description |
|---|---|---|
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent c) |
Description of the Method
|
protected java.awt.Color |
getFocusColor() |
Gets the FocusColor attribute of the SkinRadioButtonUI object
|
void |
installDefaults(javax.swing.AbstractButton b) |
Description of the Method
|
void |
paint(java.awt.Graphics g,
javax.swing.JComponent c) |
paint the radio button
|
protected void |
paintFocus(java.awt.Graphics g,
java.awt.Rectangle textRect,
java.awt.Dimension d) |
Description of the Method
|
clearTextShiftOffset, createButtonListener, getBaseline, getBaselineResizeBehavior, getDefaultTextIconGap, getMaximumSize, getMinimumSize, installKeyboardActions, installUI, paintButtonPressed, paintFocus, paintIcon, paintText, paintText, setTextShiftOffset, uninstallKeyboardActions, uninstallUIgetDefaultIcon, getPreferredSize, getPropertyPrefix, installListeners, uninstallDefaults, uninstallListenersgetTextShiftOffset, paintIconprotected int dashedRectGapWidth
protected int dashedRectGapHeight
protected java.awt.Color focusColor
protected Skin skin
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
c - Description of Parameterpublic void installDefaults(javax.swing.AbstractButton b)
installDefaults in class javax.swing.plaf.basic.BasicRadioButtonUIb - Description of Parameterpublic void paint(java.awt.Graphics g,
javax.swing.JComponent c)
paint in class javax.swing.plaf.basic.BasicRadioButtonUIg - Description of Parameterc - Description of Parameterprotected java.awt.Color getFocusColor()
protected void paintFocus(java.awt.Graphics g,
java.awt.Rectangle textRect,
java.awt.Dimension d)
paintFocus in class javax.swing.plaf.basic.BasicRadioButtonUIg - Description of ParametertextRect - Description of Parameterd - Description of Parameter