public class CompoundDirectedGraph extends DirectedGraph
DirectedGraph
whose Nodes may be compound Subgraph
s,
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.
Modifier and Type | Field and Description |
---|---|
EdgeList |
containment
For internal use only.
|
NodeList |
subgraphs
For internal use only.
|
edges, nodes, ranks
Constructor and Description |
---|
CompoundDirectedGraph() |
getDefaultPadding, getDirection, getLayoutSize, getMargin, getNode, getPadding, removeEdge, removeNode, setDefaultPadding, setDirection, setMargin
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.