| Package | Description |
|---|---|
| guru.nidi.graphviz.engine | |
| guru.nidi.graphviz.model | |
| guru.nidi.graphviz.parse |
| Modifier and Type | Method and Description |
|---|---|
static Graphviz |
Graphviz.fromGraph(MutableGraph graph) |
| Modifier and Type | Field and Description |
|---|---|
protected MutableAttributed<MutableGraph> |
MutableGraph.generalAttrs |
protected MutableAttributed<MutableGraph> |
MutableGraph.graphAttrs |
protected MutableAttributed<MutableGraph> |
MutableGraph.linkAttrs |
protected MutableAttributed<MutableGraph> |
MutableGraph.nodeAttrs |
protected Set<MutableGraph> |
MutableGraph.subgraphs |
| Modifier and Type | Method and Description |
|---|---|
MutableGraph |
MutableGraph.add(LinkSource... sources) |
MutableGraph |
MutableGraph.add(LinkSource source) |
MutableGraph |
MutableGraph.addLink(LinkTarget... targets) |
MutableGraph |
MutableGraph.addLink(LinkTarget target) |
MutableGraph |
MutableGraph.copy() |
static MutableGraph |
Factory.mutGraph() |
static MutableGraph |
Factory.mutGraph(Label label) |
static MutableGraph |
Factory.mutGraph(String name) |
MutableGraph |
MutableGraph.setCluster(boolean cluster) |
MutableGraph |
MutableGraph.setDirected(boolean directed) |
MutableGraph |
MutableGraph.setLabel(Label label) |
MutableGraph |
MutableGraph.setLabel(String name) |
MutableGraph |
MutableGraph.setStrict(boolean strict) |
| Modifier and Type | Method and Description |
|---|---|
MutableAttributed<MutableGraph> |
MutableGraph.generalAttrs() |
MutableAttributed<MutableGraph> |
MutableGraph.graphAttrs() |
Collection<MutableGraph> |
MutableGraph.graphs() |
MutableAttributed<MutableGraph> |
MutableGraph.linkAttrs() |
MutableAttributed<MutableGraph> |
MutableGraph.nodeAttrs() |
| Constructor and Description |
|---|
Serializer(MutableGraph graph) |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
static MutableGraph |
Parser.read(File file) |
static MutableGraph |
Parser.read(InputStream is) |
static MutableGraph |
Parser.read(Reader dot,
String name) |
static MutableGraph |
Parser.read(String dot) |
Copyright © 2015–2017. All rights reserved.