org.kuali.maven.plugins.graph.dot
Class GraphHelper

java.lang.Object
  extended by org.kuali.maven.plugins.graph.dot.GraphHelper

public class GraphHelper
extends Object


Constructor Summary
GraphHelper()
           
 
Method Summary
 Graph getGraph(String title)
           
 Graph getGraph(String title, Direction direction, List<GraphNode> nodes, List<Edge> edges)
           
 Graph getGraph(String title, List<GraphNode> nodes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphHelper

public GraphHelper()
Method Detail

getGraph

public Graph getGraph(String title)

getGraph

public Graph getGraph(String title,
                      List<GraphNode> nodes)

getGraph

public Graph getGraph(String title,
                      Direction direction,
                      List<GraphNode> nodes,
                      List<Edge> edges)


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.