public class UISpecRadioButtonUI extends BasicRadioButtonUI
icon
defaultTextIconGap, defaultTextShiftOffset
Constructor and Description |
---|
UISpecRadioButtonUI() |
Modifier and Type | Method and Description |
---|---|
static ComponentUI |
createUI(JComponent component) |
Dimension |
getMaximumSize(JComponent c) |
Dimension |
getMinimumSize(JComponent c) |
Dimension |
getPreferredSize(JComponent c) |
protected void |
maybeUpdateLayoutState() |
void |
paint(Graphics g,
JComponent c) |
getDefaultIcon, getPropertyPrefix, installDefaults, installListeners, paintFocus, uninstallDefaults, uninstallListeners
getTextShiftOffset, paintIcon
clearTextShiftOffset, createButtonListener, getBaseline, getBaselineResizeBehavior, getDefaultTextIconGap, installKeyboardActions, installUI, paintButtonPressed, paintFocus, paintIcon, paintText, paintText, setTextShiftOffset, uninstallKeyboardActions, uninstallUI
contains, getAccessibleChild, getAccessibleChildrenCount, update
public static ComponentUI createUI(JComponent component)
public void paint(Graphics g, JComponent c)
paint
in class BasicRadioButtonUI
protected void maybeUpdateLayoutState()
public Dimension getPreferredSize(JComponent c)
getPreferredSize
in class BasicRadioButtonUI
public Dimension getMaximumSize(JComponent c)
getMaximumSize
in class BasicButtonUI
public Dimension getMinimumSize(JComponent c)
getMinimumSize
in class BasicButtonUI
Copyright © 2004–2016. All rights reserved.