Draw2d
3.9.0.201308190730

org.eclipse.draw2d.graph
Class CompoundDirectedGraphLayout

java.lang.Object
  extended by org.eclipse.draw2d.graph.DirectedGraphLayout
      extended by org.eclipse.draw2d.graph.CompoundDirectedGraphLayout

public final class CompoundDirectedGraphLayout
extends DirectedGraphLayout

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:

Since:
2.1.2

Constructor Summary
CompoundDirectedGraphLayout()
           
 
Method Summary
 
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

CompoundDirectedGraphLayout

public CompoundDirectedGraphLayout()

Draw2d
3.9.0.201308190730

Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.