|
|||||||||
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
net.infonode.gui.RotatableLabelUI
public class RotatableLabelUI
Field Summary |
---|
Fields inherited from class javax.swing.plaf.basic.BasicLabelUI |
---|
labelUI |
Constructor Summary | |
---|---|
RotatableLabelUI(Direction direction)
|
|
RotatableLabelUI(Direction direction,
boolean mirror)
|
Method Summary | |
---|---|
Direction |
getDirection()
|
boolean |
isMirror()
|
void |
paint(java.awt.Graphics g,
javax.swing.JComponent c)
|
void |
setDirection(Direction direction)
|
void |
setMirror(boolean mirror)
|
Methods inherited from class javax.swing.plaf.basic.BasicLabelUI |
---|
createUI, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installComponents, installDefaults, installKeyboardActions, installListeners, installUI, layoutCL, paintDisabledText, 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 RotatableLabelUI(Direction direction)
public RotatableLabelUI(Direction direction, boolean mirror)
Method Detail |
---|
public Direction getDirection()
public void setDirection(Direction direction)
public boolean isMirror()
public void setMirror(boolean mirror)
public void paint(java.awt.Graphics g, javax.swing.JComponent c)
paint
in class javax.swing.plaf.basic.BasicLabelUI
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |