Package aQute.lib.dot
Class DOT<Vertex>
java.lang.Object
aQute.lib.dot.DOT<Vertex>
- Type Parameters:
Vertex
- the type of vertex
Simple utility to create a graph in the dot language
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static interface
(package private) class
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final MultiMap<DOT<Vertex>.Edge,
DOT.Attribute> (package private) final Map<Vertex,
? extends Collection<Vertex>> (package private) final List<DOT.Attribute>
(package private) final String
(package private) final MultiMap<Vertex,
DOT.Attribute> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
graph
-
names
-
vertexAttributes
-
edgeAttributes
-
graphAttributes
-
id
-
-
Constructor Details
-
DOT
-
-
Method Details
-
render
-
ranksep
-
nodesep
-
vertex
-
name
-
getName
-
prune
-