public class BasicJideLabelUI extends BasicLabelUI
labelUI
Constructor and Description |
---|
BasicJideLabelUI() |
Modifier and Type | Method and Description |
---|---|
static ComponentUI |
createUI(JComponent c) |
Dimension |
getPreferredSize(JComponent c) |
protected void |
installDefaults(JLabel c) |
void |
paint(Graphics g,
JComponent c) |
void |
paintVertically(Graphics g,
JComponent c,
boolean clockwise) |
void |
propertyChange(PropertyChangeEvent e) |
getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, installComponents, installKeyboardActions, installListeners, installUI, layoutCL, paintDisabledText, paintEnabledText, uninstallComponents, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUI
contains, getAccessibleChild, getAccessibleChildrenCount, update
public static ComponentUI createUI(JComponent c)
protected void installDefaults(JLabel c)
installDefaults
in class BasicLabelUI
public Dimension getPreferredSize(JComponent c)
getPreferredSize
in class BasicLabelUI
public void paint(Graphics g, JComponent c)
paint
in class BasicLabelUI
public void paintVertically(Graphics g, JComponent c, boolean clockwise)
public void propertyChange(PropertyChangeEvent e)
propertyChange
in interface PropertyChangeListener
propertyChange
in class BasicLabelUI