Uses of Class
org.kohsuke.graphviz.Style

Uses of Style in org.kohsuke.graphviz
 

Methods in org.kohsuke.graphviz that return Style
 Style GraphObject.style()
          Gets the style of this object.
 

Methods in org.kohsuke.graphviz with parameters of type Style
 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(java.lang.String label, Style s)
           
 Graph Graph.nodeWith(Style s)
          Sets the style to be used in successive node(...) invocations.
 T GraphObject.style(Style s)
          Sets the style of this object to the given one.
 



Copyright © 2008. All Rights Reserved.