Package | Description |
---|---|
bibliothek.gui.dock.common.location |
Various implementations of
CLocation . |
Modifier and Type | Method and Description |
---|---|
TreeLocationNode |
AbstractTreeLocation.east(double size)
Creates a new location which is based at the east side of this
location.
|
TreeLocationNode |
AbstractTreeLocation.east(double size,
long nodeId)
Creates a new location which is based at the east side of this
location.
|
TreeLocationNode |
AbstractTreeLocation.north(double size)
Creates a new location which is based at the north side of this
location.
|
TreeLocationNode |
AbstractTreeLocation.north(double size,
long nodeId)
Creates a new location which is based at the north side of this
location.
|
TreeLocationNode |
AbstractTreeLocation.south(double size)
Creates a new location which is based at the south side of this
location.
|
TreeLocationNode |
AbstractTreeLocation.south(double size,
long nodeId)
Creates a new location which is based at the south side of this
location.
|
TreeLocationNode |
AbstractTreeLocation.west(double size)
Creates a new location which is based at the west side of this
location.
|
TreeLocationNode |
AbstractTreeLocation.west(double size,
long nodeId)
Creates a new location which is based at the west side of this
location.
|