public class HudCheckBoxUI extends BasicCheckBoxUI
icon
defaultTextIconGap, 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, getPropertyPrefix
getDefaultIcon, getPreferredSize, installListeners, paintFocus, uninstallDefaults, uninstallListeners
getTextShiftOffset, paintIcon
clearTextShiftOffset, createButtonListener, getBaseline, getBaselineResizeBehavior, getDefaultTextIconGap, getMaximumSize, getMinimumSize, installKeyboardActions, installUI, paintButtonPressed, paintFocus, paintIcon, paintText, setTextShiftOffset, uninstallKeyboardActions, uninstallUI
contains, getAccessibleChild, getAccessibleChildrenCount, update
public HudCheckBoxUI()
CheckBoxUI
.public HudCheckBoxUI(boolean isDarkColorScheme)
CheckBoxUI
.protected void installDefaults(AbstractButton b)
installDefaults
in class BasicRadioButtonUI
public void paint(Graphics g, JComponent c)
paint
in class BasicRadioButtonUI
protected void paintText(Graphics g, JComponent c, Rectangle textRect, String text)
paintText
in class BasicButtonUI