org.eclipse.draw2d.internal.graph
Class CompoundVerticalPlacement
java.lang.Object
org.eclipse.draw2d.internal.graph.GraphVisitor
org.eclipse.draw2d.internal.graph.VerticalPlacement
org.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompoundVerticalPlacement
public CompoundVerticalPlacement()
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.
Copyright (c) IBM Corp. and others 2000, 2005. All Rights Reserved.