|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.plaf.ComponentUI
javax.swing.plaf.LabelUI
javax.swing.plaf.basic.BasicLabelUI
com.explodingpixels.macwidgets.plaf.HudLabelUI
public class HudLabelUI
Creates a Heads Up Display (HUD) style label, similar to that seen in various iApps (e.g. iPhoto).
| Field Summary |
|---|
| Fields inherited from class javax.swing.plaf.basic.BasicLabelUI |
|---|
labelUI |
| Constructor Summary | |
|---|---|
HudLabelUI()
|
|
| Method Summary | |
|---|---|
protected void |
installDefaults(javax.swing.JLabel c)
|
void |
paint(java.awt.Graphics graphics,
javax.swing.JComponent c)
|
protected void |
paintDisabledText(javax.swing.JLabel l,
java.awt.Graphics g,
java.lang.String s,
int textX,
int textY)
|
| Methods inherited from class javax.swing.plaf.basic.BasicLabelUI |
|---|
createUI, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installComponents, installKeyboardActions, installListeners, installUI, layoutCL, paintEnabledText, propertyChange, uninstallComponents, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUI |
| Methods inherited from class javax.swing.plaf.ComponentUI |
|---|
contains, getAccessibleChild, getAccessibleChildrenCount, update |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HudLabelUI()
| Method Detail |
|---|
protected void installDefaults(javax.swing.JLabel c)
installDefaults in class javax.swing.plaf.basic.BasicLabelUI
public void paint(java.awt.Graphics graphics,
javax.swing.JComponent c)
paint in class javax.swing.plaf.basic.BasicLabelUI
protected void paintDisabledText(javax.swing.JLabel l,
java.awt.Graphics g,
java.lang.String s,
int textX,
int textY)
paintDisabledText in class javax.swing.plaf.basic.BasicLabelUI
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||