| Interface | Description |
|---|---|
| EdgeEndpoint |
Represents an object that may be either the head and/or tail of an
EdgeElement. |
| ElementContainer |
A container of
GraphElement objects. |
| HasId |
Interface for elements that have a id.
|
| HasLabel |
Interface for elements that have a label.
|
| HasPackageDataNode |
Represents and object that contains a
Node
containing a PackageData. |
| HasStyle |
Interface for elements that have a style.
|
| Class | Description |
|---|---|
| Digraph |
A GraphViz Directed Graph root node.
|
| EdgeElement |
Represents an edge (line) on the graph.
|
| GraphElement |
Common base for any element to be added to a 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. All rights reserved.