org.codehaus.mojo.graphing.generators
Class GraphvizGenerator

java.lang.Object
  extended by org.codehaus.mojo.graphing.generators.GraphvizGenerator
All Implemented Interfaces:
GraphGenerator

public class GraphvizGenerator
extends Object
implements GraphGenerator

Generator for a Graphviz.

Author:
Joakim Erdfelt

Constructor Summary
GraphvizGenerator()
           
 
Method Summary
 void generate(GraphModel model, String filename)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphvizGenerator

public GraphvizGenerator()
Method Detail

generate

public void generate(GraphModel model,
                     String filename)
              throws IOException
Specified by:
generate in interface GraphGenerator
Throws:
IOException


Copyright © 2005-2011 Codehaus. All Rights Reserved.