|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbibliothek.gui.dock.station.split.SplitDockPathProperty.Node
public static class SplitDockPathProperty.Node
Describes one turn of the path.
Constructor Summary | |
---|---|
SplitDockPathProperty.Node(SplitDockPathProperty.Location location,
double size)
Creates a new turn. |
Method Summary | |
---|---|
SplitDockPathProperty.Location |
getLocation()
Gets the direction into which the path goes |
double |
getSize()
Gets the amount of space the path gets in this turn |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SplitDockPathProperty.Node(SplitDockPathProperty.Location location, double size)
location
- the direction into which the path goessize
- the amount of space the path gets in this turnMethod Detail |
---|
public double getSize()
public SplitDockPathProperty.Location getLocation()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |