org.eclipse.draw2d.internal.graph
Class CompoundPopulateRanks
java.lang.Object
org.eclipse.draw2d.internal.graph.GraphVisitor
org.eclipse.draw2d.internal.graph.PopulateRanks
org.eclipse.draw2d.internal.graph.CompoundPopulateRanks
- public class CompoundPopulateRanks
- extends PopulateRanks
Places nodes into ranks for a compound directed graph. If a subgraph spans a rank
without any nodes which belong to that rank, a bridge node is inserted to prevent nodes
from violating the subgraph boundary.
- Since:
- 2.1.2
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompoundPopulateRanks
public CompoundPopulateRanks()
visit
public void visit(DirectedGraph g)
- Description copied from class:
GraphVisitor
- Act on the given directed graph.
- Overrides:
visit
in class PopulateRanks
- See Also:
GraphVisitor.visit(org.eclipse.draw2d.graph.DirectedGraph)
Copyright (c) IBM Corp. and others 2000, 2005. All Rights Reserved.