|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.draw2d.internal.graph.GraphVisitor
org.eclipse.draw2d.internal.graph.InvertEdges
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.
Constructor Summary | |
InvertEdges()
|
Method Summary | |
void |
visit(DirectedGraph g)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public InvertEdges()
Method Detail |
public void visit(DirectedGraph g)
visit
in class GraphVisitor
GraphVisitor.visit(org.eclipse.draw2d.graph.DirectedGraph)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |