Package org.eclipse.draw2d.graph
Class CompoundDirectedGraph
java.lang.Object
org.eclipse.draw2d.graph.DirectedGraph
org.eclipse.draw2d.graph.CompoundDirectedGraph
A 
DirectedGraph whose Nodes may be compound Subgraphs,
 which may contain other nodes. 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 layout algorithm being used.
 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 data structure for a layout algorithm.
- Since:
- 2.1.2
- 
Field SummaryFieldsModifier and TypeFieldDescriptionFor internal use only.For internal use only.Fields inherited from class org.eclipse.draw2d.graph.DirectedGraphedges, nodes, ranks
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.eclipse.draw2d.graph.DirectedGraphgetDefaultPadding, getDirection, getLayoutSize, getMargin, getNode, getPadding, removeEdge, removeNode, setDefaultPadding, setDirection, setMargin
- 
Field Details- 
subgraphsFor internal use only.
- 
containmentFor internal use only.
 
- 
- 
Constructor Details- 
CompoundDirectedGraphpublic CompoundDirectedGraph()
 
-