PropertyChangeListener, EventListenerpublic class BasicJideLabelUI extends BasicLabelUI
labelUI| Constructor | Description |
|---|---|
BasicJideLabelUI() |
| Modifier and Type | Method | 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, uninstallUIcontains, getAccessibleChild, getAccessibleChildrenCount, updatepublic static ComponentUI createUI(JComponent c)
protected void installDefaults(JLabel c)
installDefaults in class BasicLabelUIpublic Dimension getPreferredSize(JComponent c)
getPreferredSize in class BasicLabelUIpublic void paint(Graphics g, JComponent c)
paint in class BasicLabelUIpublic void paintVertically(Graphics g, JComponent c, boolean clockwise)
public void propertyChange(PropertyChangeEvent e)
propertyChange in interface PropertyChangeListenerpropertyChange in class BasicLabelUI