|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.draw2d.graph.Node
org.eclipse.draw2d.graph.VirtualNode
Field Summary | |
Node |
next
The next node. |
Node |
prev
The previous node. |
Fields inherited from class org.eclipse.draw2d.graph.Node |
data, flag, height, incoming, incomingOffset, index, nestingIndex, outgoing, outgoingOffset, rank, sortValue, width, workingData, workingInts, x, y |
Constructor Summary | |
VirtualNode(Edge e,
int i)
Constructs a virtual node. |
Method Summary | |
double |
medianIncoming()
Returns the index of prev . |
double |
medianOutgoing()
Returns the index of next . |
int |
omega()
For internal use only. |
java.lang.String |
toString()
|
Methods inherited from class org.eclipse.draw2d.graph.Node |
getOffsetIncoming, getOffsetOutgoing, getPadding, getParent, isNested, setPadding, setParent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public Node prev
public Node next
Constructor Detail |
public VirtualNode(Edge e, int i)
e
- the edgei
- the rowMethod Detail |
public double medianOutgoing()
next
.
public double medianIncoming()
prev
.
public int omega()
public java.lang.String toString()
toString
in class Node
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |