|
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.DirectedGraphLayout
org.eclipse.draw2d.graph.CompoundDirectedGraphLayout
Performs a graph layout on a CompoundDirectedGraph
. The input format is
the same as for DirectedGraphLayout
. All nodes, including subgraphs and their
children, should be added to the DirectedGraph.nodes
field.
The requirements for this algorithm are the same as those of
DirectedGraphLayout
, with the following exceptions:
Constructor Summary | |
CompoundDirectedGraphLayout()
|
Methods inherited from class org.eclipse.draw2d.graph.DirectedGraphLayout |
visit |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CompoundDirectedGraphLayout()
|
Eclipse Draw2d 3.3 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |