| Package | Description |
|---|---|
| guru.nidi.graphviz.model |
| Modifier and Type | Method and Description |
|---|---|
Node |
Node.link(LinkTarget... targets) |
Node |
Node.link(String... nodes) |
Node |
Node.link(String node) |
static Node |
Factory.node(Label label) |
static Node |
Factory.node(String name) |
| Modifier and Type | Method and Description |
|---|---|
static Link |
Link.between(Node from,
Node to) |
static Link |
Link.to(Node node) |
static Link |
Factory.to(Node node) |
Copyright © 2015–2017. All rights reserved.