org.eclipse.draw2d.internal.graph
Class ConvertCompoundGraph

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

public class ConvertCompoundGraph
extends GraphVisitor


Constructor Summary
ConvertCompoundGraph()
           
 
Method Summary
 void visit(DirectedGraph dg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConvertCompoundGraph

public ConvertCompoundGraph()
Method Detail

visit

public void visit(DirectedGraph dg)
Specified by:
visit in class GraphVisitor
See Also:
GraphVisitor.visit(org.eclipse.draw2d.graph.DirectedGraph)