|
Eclipse Draw2d 3.3 |
|||||||||
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
public class VirtualNode
Field Summary | |
---|---|
Node |
next
Deprecated. The next node. |
Node |
prev
Deprecated. The previous node. |
Fields inherited from class org.eclipse.draw2d.graph.Node |
---|
data, height, incoming, incomingOffset, outgoing, outgoingOffset, rowOrder, sortValue, width, x, y |
Constructor Summary | |
---|---|
VirtualNode(Edge e,
int i)
Deprecated. This class is for internal use only. |
|
VirtualNode(java.lang.Object o,
Subgraph parent)
Deprecated. Constructor. |
Method Summary | |
---|---|
double |
medianIncoming()
Deprecated. Returns the index of prev . |
double |
medianOutgoing()
Deprecated. Returns the index of next . |
int |
omega()
Deprecated. For internal use only. |
java.lang.String |
toString()
Deprecated. |
Methods inherited from class org.eclipse.draw2d.graph.Node |
---|
getLeft, getOffsetIncoming, getOffsetOutgoing, getPadding, getParent, getRight, getRowConstraint, setPadding, setParent, setRowConstraint, setSize |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public Node next
public Node prev
Constructor Detail |
---|
public VirtualNode(Edge e, int i)
e
- the edgei
- the rowpublic VirtualNode(java.lang.Object o, Subgraph parent)
o
- objectparent
- subgraphMethod Detail |
---|
public double medianIncoming()
prev
.
public double medianOutgoing()
next
.
public int omega()
public java.lang.String toString()
toString
in class Node
Object.toString()
|
Eclipse Draw2d 3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |