Package | Description |
---|---|
soot.util.dot |
Classes for creating graphs as input to Dot.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
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.
|