Package com.l2fprod.gui.plaf.skin
Class SkinToggleButtonUI
- java.lang.Object
-
- javax.swing.plaf.ComponentUI
-
- javax.swing.plaf.ButtonUI
-
- javax.swing.plaf.basic.BasicButtonUI
-
- com.l2fprod.gui.plaf.skin.SkinButtonUI
-
- com.l2fprod.gui.plaf.skin.SkinToggleButtonUI
-
public final class SkinToggleButtonUI extends SkinButtonUI
Description of the Class- Author:
- fred
-
-
Field Summary
-
Fields inherited from class com.l2fprod.gui.plaf.skin.SkinButtonUI
dashedRectGapHeight, dashedRectGapWidth, dashedRectGapX, dashedRectGapY, focusColor, skin
-
-
Constructor Summary
Constructors Constructor Description SkinToggleButtonUI()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static javax.swing.plaf.ComponentUI
createUI(javax.swing.JComponent b)
Description of the Methodvoid
paint(java.awt.Graphics g, javax.swing.JComponent c)
Description of the Method-
Methods inherited from class com.l2fprod.gui.plaf.skin.SkinButtonUI
getFocusColor, installDefaults, paintButtonPressed, paintFocus, uninstallDefaults
-
Methods inherited from class javax.swing.plaf.basic.BasicButtonUI
clearTextShiftOffset, createButtonListener, getBaseline, getBaselineResizeBehavior, getDefaultTextIconGap, getMaximumSize, getMinimumSize, getPreferredSize, getPropertyPrefix, getTextShiftOffset, installKeyboardActions, installListeners, installUI, paintIcon, paintText, paintText, setTextShiftOffset, uninstallKeyboardActions, uninstallListeners, uninstallUI
-
-
-
-
Method Detail
-
paint
public void paint(java.awt.Graphics g, javax.swing.JComponent c)
Description of the Method- Overrides:
paint
in classSkinButtonUI
- Parameters:
g
- Description of Parameterc
- Description of Parameter
-
createUI
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent b)
Description of the Method- Parameters:
b
- Description of Parameter- Returns:
- Description of the Returned Value
-
-