Package com.jtattoo.plaf.hifi
Class HiFiRadioButtonUI
- Direct Known Subclasses:
HiFiCheckBoxUI
HiFiRadioButtonUI class.
Author Michael Hagen-
Field Summary
Fields inherited from class com.jtattoo.plaf.BaseRadioButtonUI
iconRect, size, textRect, viewRect
Fields inherited from class javax.swing.plaf.basic.BasicRadioButtonUI
icon
Fields inherited from class javax.swing.plaf.basic.BasicButtonUI
defaultTextIconGap, defaultTextShiftOffset
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ComponentUI
void
paintBackground.protected void
paintText
(Graphics g, JComponent c, String text, Rectangle textRect) paintText.Methods inherited from class com.jtattoo.plaf.BaseRadioButtonUI
installDefaults, paint, paintFocus, paintIcon
Methods inherited from class javax.swing.plaf.basic.BasicRadioButtonUI
getDefaultIcon, getPreferredSize, getPropertyPrefix, uninstallDefaults
Methods inherited from class javax.swing.plaf.basic.BasicToggleButtonUI
getTextShiftOffset, paintIcon
Methods inherited from class javax.swing.plaf.basic.BasicButtonUI
clearTextShiftOffset, createButtonListener, getBaseline, getBaselineResizeBehavior, getDefaultTextIconGap, getMaximumSize, getMinimumSize, installKeyboardActions, installListeners, installUI, paintButtonPressed, paintFocus, paintText, paintText, setTextShiftOffset, uninstallKeyboardActions, uninstallListeners, uninstallUI
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, update
-
Constructor Details
-
HiFiRadioButtonUI
public HiFiRadioButtonUI()
-
-
Method Details
-
createUI
-
paintBackground
paintBackground.
- Overrides:
paintBackground
in classBaseRadioButtonUI
- Parameters:
g
- aGraphics
object.c
- aJComponent
object.
-
paintText
paintText.
- Overrides:
paintText
in classBaseRadioButtonUI
- Parameters:
g
- aGraphics
object.c
- aJComponent
object.text
- aString
object.textRect
- aRectangle
object.
-