Uses of Class
soot.util.dot.DotGraphNode

Packages that use DotGraphNode
soot.util.dot Classes for creating graphs as input to Dot. 
 

Uses of DotGraphNode in soot.util.dot
 

Methods in soot.util.dot that return DotGraphNode
 DotGraphNode DotGraph.drawNode(String name)
          Draws a node.
 DotGraphNode DotGraph.drawNode(String name)
          Draws a node.
 DotGraphNode DotGraph.getNode(String name)
          Gets the graph node by name.
 DotGraphNode DotGraph.getNode(String name)
          Gets the graph node by name.
 

Constructors in soot.util.dot with parameters of type DotGraphNode
DotGraphEdge(DotGraphNode src, DotGraphNode dst)
          Draws a directed edge.
DotGraphEdge(DotGraphNode src, DotGraphNode dst)
          Draws a directed edge.
DotGraphEdge(DotGraphNode src, DotGraphNode dst, boolean directed)
          Draws a graph edge by specifying directed or undirected.
DotGraphEdge(DotGraphNode src, DotGraphNode dst, boolean directed)
          Draws a graph edge by specifying directed or undirected.