Uses of Class
bibliothek.gui.dock.util.swing.Rotation

Packages that use Rotation
bibliothek.gui.dock.title Elements needed to paint the title of a Dockable
bibliothek.gui.dock.util.swing Subclasses of swing-JComponents using the FontUpdater to modify their current font. 
 

Uses of Rotation in bibliothek.gui.dock.title
 

Methods in bibliothek.gui.dock.title that return Rotation
 Rotation OrientationToRotationStrategy.convert(DockTitle.Orientation orientation, DockTitle title)
          Tells how to render the text of title.
 

Uses of Rotation in bibliothek.gui.dock.util.swing
 

Methods in bibliothek.gui.dock.util.swing that return Rotation
static Rotation Rotation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Rotation[] Rotation.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in bibliothek.gui.dock.util.swing with parameters of type Rotation
 void OrientedLabel.setRotation(Rotation rotation)
          Sets the orientation of this label.