public final class SkinToggleButtonUI extends SkinButtonUI
dashedRectGapHeight, dashedRectGapWidth, dashedRectGapX, dashedRectGapY, focusColor, skin
Constructor and Description |
---|
SkinToggleButtonUI() |
Modifier and Type | Method and Description |
---|---|
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent b)
Description of the Method
|
void |
paint(java.awt.Graphics g,
javax.swing.JComponent c)
Description of the Method
|
getFocusColor, installDefaults, paintButtonPressed, paintFocus, uninstallDefaults
clearTextShiftOffset, createButtonListener, getBaseline, getBaselineResizeBehavior, getDefaultTextIconGap, getMaximumSize, getMinimumSize, getPreferredSize, getPropertyPrefix, getTextShiftOffset, installKeyboardActions, installListeners, installUI, paintIcon, paintText, paintText, setTextShiftOffset, uninstallKeyboardActions, uninstallListeners, uninstallUI
public void paint(java.awt.Graphics g, javax.swing.JComponent c)
paint
in class SkinButtonUI
g
- Description of Parameterc
- Description of Parameterpublic static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent b)
b
- Description of Parameter