Package | Description |
---|---|
bibliothek.gui.dock.station.split |
Elements which are needed by the
SplitDockStation ,
and which are needed to interact with the station. |
Modifier and Type | Method and Description |
---|---|
SplitDockPathProperty.Location |
SplitDockPathProperty.Node.getLocation()
Gets the direction into which the path goes
|
static SplitDockPathProperty.Location |
SplitDockPathProperty.Location.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SplitDockPathProperty.Location[] |
SplitDockPathProperty.Location.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SplitDockPathProperty.add(SplitDockPathProperty.Location location,
double size,
long id)
Adds a new element to the end of the path.
|
void |
SplitDockPathProperty.insert(SplitDockPathProperty.Location location,
double size,
int index,
long id)
Adds a new element to the path.
|
Constructor and Description |
---|
SplitDockPathProperty.Node(SplitDockPathProperty.Location location,
double size,
long id)
Creates a new turn.
|