public class HudCheckBoxUI extends BasicCheckBoxUI
icon
defaultTextIconGap, defaultTextShiftOffset
Constructor and Description |
---|
HudCheckBoxUI() |
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, paintFocus, uninstallDefaults
getTextShiftOffset, paintIcon
clearTextShiftOffset, createButtonListener, getBaseline, getBaselineResizeBehavior, getDefaultTextIconGap, getMaximumSize, getMinimumSize, installKeyboardActions, installListeners, installUI, paintButtonPressed, paintFocus, paintIcon, paintText, setTextShiftOffset, uninstallKeyboardActions, uninstallListeners, uninstallUI
contains, getAccessibleChild, getAccessibleChildrenCount, update
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