org.globus.tools.ui.swing
Class VerticalLabelUI

java.lang.Object
  extended byjavax.swing.plaf.ComponentUI
      extended byjavax.swing.plaf.LabelUI
          extended byjavax.swing.plaf.basic.BasicLabelUI
              extended byorg.globus.tools.ui.swing.VerticalLabelUI
All Implemented Interfaces:
EventListener, PropertyChangeListener

public class VerticalLabelUI
extends BasicLabelUI


Field Summary
protected  boolean clockwise
           
 
Fields inherited from class javax.swing.plaf.basic.BasicLabelUI
labelUI
 
Constructor Summary
VerticalLabelUI(boolean clockwise)
           
 
Method Summary
 Dimension getPreferredSize(JComponent c)
           
 void paint(Graphics g, JComponent c)
           
 
Methods inherited from class javax.swing.plaf.basic.BasicLabelUI
createUI, getMaximumSize, getMinimumSize, 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
 

Field Detail

clockwise

protected boolean clockwise
Constructor Detail

VerticalLabelUI

public VerticalLabelUI(boolean clockwise)
Method Detail

getPreferredSize

public Dimension getPreferredSize(JComponent c)

paint

public void paint(Graphics g,
                  JComponent c)