Package | Description |
---|---|
bibliothek.gui.dock.common.location |
Various implementations of
CLocation . |
Modifier and Type | Method and Description |
---|---|
Side |
AbstractTreeLocation.getSide()
Given the rectangle yield by the parent-location, this
property tells which part the rectangle yield by this location occupies.
|
Side |
CMinimizedLocation.getSide()
Gets the side of the
CContentArea where this minimized-location
points to. |
static Side |
Side.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Side[] |
Side.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
AbstractTreeLocation(double size,
Side side,
long nodeId)
Creates a new location.
|
CMinimizedLocation(CBaseLocation parent,
Side side)
Creates a new location.
|
TreeLocationNode(AbstractTreeLocation parent,
double size,
Side side,
long nodeId)
Creates a new node.
|
TreeLocationRoot(CSplitLocation root,
double size,
Side side,
long nodeId)
Creates a new location.
|