| Package | Description |
|---|---|
| guru.nidi.graphviz.model |
| Modifier and Type | Field and Description |
|---|---|
protected Label |
MutableNode.label |
protected Label |
MutableGraph.label |
| Modifier and Type | Method and Description |
|---|---|
static Label |
Label.html(String value) |
static Label |
Factory.html(String html) |
Label |
MutableNode.label() |
Label |
MutableGraph.label() |
static Label |
Factory.name(String name) |
static Label |
Label.of(String value) |
| Modifier and Type | Method and Description |
|---|---|
static Graph |
Factory.graph(Label label) |
Graph |
Graph.labeled(Label label) |
static MutableGraph |
Factory.mutGraph(Label label) |
static MutableNode |
Factory.mutNode(Label label) |
static Node |
Factory.node(Label label) |
MutableNode |
MutableNode.setLabel(Label label) |
MutableGraph |
MutableGraph.setLabel(Label label) |
| Constructor and Description |
|---|
MutableGraph(boolean strict,
boolean directed,
boolean cluster,
Label label,
LinkedHashSet<MutableNode> nodes,
LinkedHashSet<MutableGraph> subgraphs,
List<Link> links,
Attributes generalAttrs,
Attributes nodeAttrs,
Attributes linkAttrs,
Attributes graphAttrs) |
MutableNode(Label label,
List<Link> links,
Attributes attributes) |
Copyright © 2015–2017. All rights reserved.