|
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
Performs some action on a Graph.
Constructor Summary | |
GraphVisitor()
|
Method Summary | |
void |
revisit(DirectedGraph g)
Called in reverse order of visit. |
abstract void |
visit(DirectedGraph g)
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 GraphVisitor()
Method Detail |
public abstract void visit(DirectedGraph g)
g
- the graphpublic void revisit(DirectedGraph g)
g
- the graph to act upon
|
Eclipse Draw2d 3.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |