| Interface | Description |
|---|---|
| EdgeEndpoint |
Represents an object that may be either the head and/or tail of an
EdgeElement. |
| ElementContainer |
A container of
GraphElement objects. |
| GraphElement |
An element appearing in a Dot Graph.
|
| HasId |
Interface for elements that have a id.
|
| HasLabel |
Interface for elements that have a label.
|
| HasPackageDataNode |
Represents an object that contains a
Node containing a PackageData. |
| Class | Description |
|---|---|
| Digraph |
A GraphViz Directed Graph root node.
|
| Digraph.Builder |
Builder for Digraph.
|
| EdgeElement |
Represents an edge (line) on the graph.
|
| NodeElement |
Represents a node on the graph.
|
| NodeProperties |
Properties for the nodes that follow.
|
| PropertyElement |
A key, value property.
|
| Subgraph |
Represets a subgraph/cluster.
|
Copyright © 2016–2018. All rights reserved.