Uses of Class
org.kohsuke.graphviz.Graph

Uses of Graph in org.kohsuke.graphviz
 

Methods in org.kohsuke.graphviz that return Graph
 Graph Graph.edge(Edge e)
           
 Graph Graph.edge(Node src, Node dst)
           
 Graph Graph.edge(Node src, Node dst, Style s)
           
 Graph Graph.edgeWith(Style s)
          Sets the style to be used in successive edge(...) invocations.
 Graph Graph.node(Node n)
           
 Graph Graph.node(java.lang.String label)
           
 Graph Graph.node(java.lang.String label, Style s)
           
 Graph Graph.nodeWith(Style s)
          Sets the style to be used in successive node(...) invocations.
 Graph Graph.subGraph(Graph g)
           
 Graph Graph.to()
          Used between two invocations of the node method to insert a new edge between them.
 

Methods in org.kohsuke.graphviz with parameters of type Graph
 Graph Graph.subGraph(Graph g)
           
 



Copyright © 2008. All Rights Reserved.