| Interface | Description |
|---|---|
| DotGraphConstants |
Defines several constants used to generate a Dot graph.
|
| Renderable |
| Class | Description |
|---|---|
| AbstractDotGraphElement | |
| DotGraph |
Allow a serialized drawing, following steps:
new DotGraph
draw(Directed/Undirected)Edge, attachAttributes, addNode
plot
|
| DotGraphAttribute |
A class for specifying Dot graph attributes.
|
| DotGraphCommand |
Encodes general Dot commands.
|
| DotGraphEdge |
Graph edges are the major elements of a graph
|
| DotGraphNode |
A Dot graph node with various attributes.
|
| DotGraphUtility |
Copyright © 2021 Soot OSS. All rights reserved.