| Package | Description |
|---|---|
| bibliothek.gui.dock.common.location |
Various implementations of
CLocation. |
| Modifier and Type | Method and Description |
|---|---|
TreeLocationRoot |
CSplitLocation.east(double size)
Creates a location that describes a space in the right part of
the
SplitDockStation. |
TreeLocationRoot |
CSplitLocation.east(double size,
long nodeId)
Creates a location that describes a space in the right part of
the
SplitDockStation. |
TreeLocationRoot |
CBaseLocation.normalEast(double size)
Creates a location describing a normalized element at the east of
the normalized-area.
|
TreeLocationRoot |
CBaseLocation.normalNorth(double size)
Creates a location describing a normalized element at the north of
the normalized-area.
|
TreeLocationRoot |
CBaseLocation.normalSouth(double size)
Creates a location describing a normalized element at the south of
the normalized-area.
|
TreeLocationRoot |
CBaseLocation.normalWest(double size)
Creates a location describing a normalized element at the west of
the normalized-area.
|
TreeLocationRoot |
CSplitLocation.north(double size)
Creates a location that describes a space in the upper part of
the
SplitDockStation. |
TreeLocationRoot |
CSplitLocation.north(double size,
long nodeId)
Creates a location that describes a space in the upper part of
the
SplitDockStation. |
TreeLocationRoot |
CSplitLocation.south(double size)
Creates a location that describes a space in the lower part of
the
SplitDockStation. |
TreeLocationRoot |
CSplitLocation.south(double size,
long nodeId)
Creates a location that describes a space in the lower part of
the
SplitDockStation. |
TreeLocationRoot |
CSplitLocation.west(double size)
Creates a location that describes a space in the left part of
the
SplitDockStation. |
TreeLocationRoot |
CSplitLocation.west(double size,
long nodeId)
Creates a location that describes a space in the left part of
the
SplitDockStation. |
Copyright © 2018. All rights reserved.