org.eclipse.draw2d.internal.graph
Class RestoreCompoundGraph

java.lang.Object
  extended byorg.eclipse.draw2d.internal.graph.GraphVisitor
      extended byorg.eclipse.draw2d.internal.graph.RestoreCompoundGraph

public class RestoreCompoundGraph
extends GraphVisitor


Constructor Summary
RestoreCompoundGraph()
           
 
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

RestoreCompoundGraph

public RestoreCompoundGraph()
Method Detail

visit

public void visit(DirectedGraph g)
Specified by:
visit in class GraphVisitor