public class HudCheckBoxUI extends BasicCheckBoxUI

icondefaultTextIconGap, defaultTextShiftOffset| Constructor and Description |
|---|
HudCheckBoxUI()
Creates a HUD style
CheckBoxUI. |
HudCheckBoxUI(boolean isDarkColorScheme)
Creates a HUD style
CheckBoxUI. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
installDefaults(AbstractButton b) |
void |
paint(Graphics g,
JComponent c) |
protected void |
paintText(Graphics g,
JComponent c,
Rectangle textRect,
String text) |
createUI, getPropertyPrefixgetDefaultIcon, getPreferredSize, installListeners, paintFocus, uninstallDefaults, uninstallListenersgetTextShiftOffset, paintIconclearTextShiftOffset, createButtonListener, getBaseline, getBaselineResizeBehavior, getDefaultTextIconGap, getMaximumSize, getMinimumSize, installKeyboardActions, installUI, paintButtonPressed, paintFocus, paintIcon, paintText, setTextShiftOffset, uninstallKeyboardActions, uninstallUIcontains, getAccessibleChild, getAccessibleChildrenCount, updatepublic HudCheckBoxUI()
CheckBoxUI.public HudCheckBoxUI(boolean isDarkColorScheme)
CheckBoxUI.protected void installDefaults(AbstractButton b)
installDefaults in class BasicRadioButtonUIpublic void paint(Graphics g, JComponent c)
paint in class BasicRadioButtonUIprotected void paintText(Graphics g, JComponent c, Rectangle textRect, String text)
paintText in class BasicButtonUI