public final class SkinToggleButtonUI extends SkinButtonUI
defaultTextIconGap, defaultTextShiftOffset
dashedRectGapHeight, dashedRectGapWidth, dashedRectGapX, dashedRectGapY, focusColor, skin
Constructor | Description |
---|---|
SkinToggleButtonUI() |
Modifier and Type | Method | 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
|
clearTextShiftOffset, createButtonListener, getBaseline, getBaselineResizeBehavior, getDefaultTextIconGap, getMaximumSize, getMinimumSize, getPreferredSize, getPropertyPrefix, getTextShiftOffset, installKeyboardActions, installListeners, installUI, paintIcon, paintText, paintText, setTextShiftOffset, uninstallKeyboardActions, uninstallListeners, uninstallUI
contains, getAccessibleChild, getAccessibleChildrenCount, update
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getFocusColor, installDefaults, paintButtonPressed, paintFocus, uninstallDefaults
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