org.eclipse.draw2d.internal.graph
Class InvertEdges
java.lang.Object
org.eclipse.draw2d.internal.graph.GraphVisitor
org.eclipse.draw2d.internal.graph.InvertEdges
- public class InvertEdges
- extends GraphVisitor
Graph visitors run prior to this visitor may have inverted edges to remove cycles
in the graph. This visitor flips all such edges back to their original orientation.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InvertEdges
public InvertEdges()
visit
public void visit(DirectedGraph g)
- Specified by:
visit
in class GraphVisitor
- See Also:
GraphVisitor.visit(org.eclipse.draw2d.graph.DirectedGraph)
Copyright (c) IBM Corp. and others 2000, 2004. All Rights Reserved.