public class TextureLabelUI extends BasicLabelUI
labelUI| Constructor and Description |
|---|
TextureLabelUI() |
| Modifier and Type | Method and Description |
|---|---|
static ComponentUI |
createUI(JComponent c) |
protected void |
paintDisabledText(JLabel l,
Graphics g,
String s,
int textX,
int textY) |
protected void |
paintEnabledText(JLabel l,
Graphics g,
String s,
int textX,
int textY) |
getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installComponents, installDefaults, installKeyboardActions, installListeners, installUI, layoutCL, paint, propertyChange, uninstallComponents, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUIcontains, getAccessibleChild, getAccessibleChildrenCount, updatepublic static ComponentUI createUI(JComponent c)
protected void paintEnabledText(JLabel l, Graphics g, String s, int textX, int textY)
paintEnabledText in class BasicLabelUIprotected void paintDisabledText(JLabel l, Graphics g, String s, int textX, int textY)
paintDisabledText in class BasicLabelUICopyright © 2014. All Rights Reserved.