Eclipse Draw2d
3.1

org.eclipse.draw2d.internal.graph
Class CompoundVerticalPlacement

java.lang.Object
  extended byorg.eclipse.draw2d.internal.graph.GraphVisitor
      extended byorg.eclipse.draw2d.internal.graph.VerticalPlacement
          extended byorg.eclipse.draw2d.internal.graph.CompoundVerticalPlacement

public class CompoundVerticalPlacement
extends VerticalPlacement

calculates the height and y-coordinates for nodes and subgraphs in a compound directed graph.

Since:
2.1.2

Constructor Summary
CompoundVerticalPlacement()
           
 
Method Summary
 void visit(DirectedGraph dg)
          Act on the given directed graph.
 
Methods inherited from class org.eclipse.draw2d.internal.graph.GraphVisitor
revisit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompoundVerticalPlacement

public CompoundVerticalPlacement()
Method Detail

visit

public void visit(DirectedGraph dg)
Description copied from class: GraphVisitor
Act on the given directed graph.

Overrides:
visit in class VerticalPlacement
See Also:
Extended to set subgraph values.

Eclipse Draw2d
3.1

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