org.eclipse.draw2d.graph
Class CompoundDirectedGraph
java.lang.Object
org.eclipse.draw2d.graph.DirectedGraph
org.eclipse.draw2d.graph.CompoundDirectedGraph
- public class CompoundDirectedGraph
- extends DirectedGraph
A DirectedGraph
whose Nodes may be compound, or containing other nodes.
Such nodes are called Subgraphs
. Any node in the graph may be parented
by one subgraph. Since subgraphs are nodes, the source or target end of an Edge
may be a subgraph. For additional restrictions, refer to the JavaDoc for the graph
layout you are using.
A CompoundDirectedGraph is passed to a graph layout, which will position all of the
nodes, subgraphs, and edges in that graph. This class serves as the input data for a
layout algorithm.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
subgraphs
public NodeList subgraphs
- For internal use only.
containment
public EdgeList containment
- For internal use only.
CompoundDirectedGraph
public CompoundDirectedGraph()