Package | Description |
---|---|
bibliothek.gui.dock.title |
Elements needed to paint the title of a
Dockable . |
bibliothek.gui.dock.util.swing |
Subclasses of swing-
JComponent s using the FontUpdater to
modify their current font. |
Modifier and Type | Method and Description |
---|---|
Rotation |
OrientationToRotationStrategy.convert(DockTitle.Orientation orientation,
DockTitle title)
Tells how to render the text of
title . |
Modifier and Type | Method and Description |
---|---|
static Rotation |
Rotation.valueOf(java.lang.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 are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
OrientedLabel.setRotation(Rotation rotation)
Sets the orientation of this label.
|