|
||||||||||
| 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,
long id)
Creates a new turn. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
long |
getId()
Gets the unique id of the SplitNode that is represented
by this node. |
SplitDockPathProperty.Location |
getLocation()
Gets the direction into which the path goes |
double |
getSize()
Gets the amount of space the path gets in this turn |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SplitDockPathProperty.Node(SplitDockPathProperty.Location location,
double size,
long id)
location - the direction into which the path goessize - the amount of space the path gets in this turnid - the unique id of this node or -1| Method Detail |
|---|
public double getSize()
public SplitDockPathProperty.Location getLocation()
public long getId()
SplitNode that is represented
by this node.
public String toString()
toString in class Objectpublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||