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, uninstallDefaultsclearTextShiftOffset, createButtonListener, getBaseline, getBaselineResizeBehavior, getDefaultTextIconGap, getMaximumSize, getMinimumSize, getPreferredSize, getPropertyPrefix, getTextShiftOffset, installKeyboardActions, installListeners, installUI, paintIcon, paintText, paintText, setTextShiftOffset, uninstallKeyboardActions, uninstallListeners, uninstallUIpublic void paint(java.awt.Graphics g,
javax.swing.JComponent c)
paint in class SkinButtonUIg - Description of Parameterc - Description of Parameterpublic static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent b)
b - Description of Parameter