| Package | Description |
|---|---|
| soot.util.dot |
Classes for creating graphs as input to Dot.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DotGraph
Allow a serialized drawing, following steps:
new DotGraph
draw(Directed/Undirected)Edge, attachAttributes, addNode
plot
|
class |
DotGraphCommand
Encodes general Dot commands.
|
class |
DotGraphEdge
Graph edges are the major elements of a graph
|
class |
DotGraphNode
A Dot graph node with various attributes.
|
Copyright © 2024 Soot OSS. All rights reserved.