Package | Description |
---|---|
org.eclipse.draw2d.graph |
Stand-alone algorithms related to Graph Drawing.
|
Modifier and Type | Field and Description |
---|---|
EdgeList |
CompoundDirectedGraph.containment
For internal use only.
|
EdgeList |
DirectedGraph.edges
All of the edges in the graph.
|
EdgeList |
Node.incoming
The edges for which this node is the target.
|
EdgeList |
Node.outgoing
The edges for which this node is the source.
|
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.