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