Package com.jtattoo.plaf.hifi
Class HiFiToggleButtonUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.ButtonUI
javax.swing.plaf.basic.BasicButtonUI
javax.swing.plaf.basic.BasicToggleButtonUI
com.jtattoo.plaf.BaseToggleButtonUI
com.jtattoo.plaf.hifi.HiFiToggleButtonUI
HiFiToggleButtonUI class.
Author Michael Hagen-
Field Summary
Fields inherited from class javax.swing.plaf.basic.BasicButtonUI
defaultTextIconGap, defaultTextShiftOffset
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ComponentUI
protected void
paintText
(Graphics g, AbstractButton b, Rectangle textRect, String text) Methods inherited from class com.jtattoo.plaf.BaseToggleButtonUI
createButtonListener, installDefaults, paint, paintBackground, paintFocus, uninstallDefaults
Methods inherited from class javax.swing.plaf.basic.BasicToggleButtonUI
getPropertyPrefix, getTextShiftOffset, paintIcon
Methods inherited from class javax.swing.plaf.basic.BasicButtonUI
clearTextShiftOffset, getBaseline, getBaselineResizeBehavior, getDefaultTextIconGap, getMaximumSize, getMinimumSize, getPreferredSize, installKeyboardActions, installListeners, installUI, paintButtonPressed, paintIcon, paintText, setTextShiftOffset, uninstallKeyboardActions, uninstallListeners, uninstallUI
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, update
-
Constructor Details
-
HiFiToggleButtonUI
public HiFiToggleButtonUI()
-
-
Method Details
-
createUI
-
paintText
- Overrides:
paintText
in classBaseToggleButtonUI
-