public class SkinRadioButtonUI
extends javax.swing.plaf.basic.BasicRadioButtonUI
Modifier and Type | Field and 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 and Description |
---|
SkinRadioButtonUI() |
Modifier and Type | Method and 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
|
getDefaultIcon, getPreferredSize, getPropertyPrefix, uninstallDefaults
getTextShiftOffset, paintIcon
clearTextShiftOffset, createButtonListener, getBaseline, getBaselineResizeBehavior, getDefaultTextIconGap, getMaximumSize, getMinimumSize, installKeyboardActions, installListeners, installUI, paintButtonPressed, paintFocus, paintIcon, paintText, paintText, setTextShiftOffset, uninstallKeyboardActions, uninstallListeners, uninstallUI
protected 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.BasicRadioButtonUI
b
- Description of Parameterpublic void paint(java.awt.Graphics g, javax.swing.JComponent c)
paint
in class javax.swing.plaf.basic.BasicRadioButtonUI
g
- 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.BasicRadioButtonUI
g
- Description of ParametertextRect
- Description of Parameterd
- Description of Parameter