|
Eclipse Draw2d 3.1 |
||||||||||
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.ConvertCompoundGraph
Converts a compound directed graph into a simple directed graph.
Constructor Summary | |
ConvertCompoundGraph()
|
Method Summary | |
void |
revisit(DirectedGraph g)
Called in reverse order of visit. |
void |
visit(DirectedGraph dg)
Act on the given directed graph. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ConvertCompoundGraph()
Method Detail |
public void revisit(DirectedGraph g)
GraphVisitor
revisit
in class GraphVisitor
g
- the graph to act uponpublic void visit(DirectedGraph dg)
GraphVisitor
visit
in class GraphVisitor
dg
- the graphGraphVisitor.visit(org.eclipse.draw2d.graph.DirectedGraph)
|
Eclipse Draw2d 3.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |