| Package | Description |
|---|---|
| guru.nidi.graphviz.model |
| Modifier and Type | Field and Description |
|---|---|
protected List<Link> |
MutableNode.links |
protected List<Link> |
MutableGraph.links |
| Modifier and Type | Method and Description |
|---|---|
static Link |
Link.between(LinkSource from,
LinkTarget to) |
static Link |
Factory.between(LinkSource from,
LinkTarget to) |
static Link |
Link.between(Node from,
Node to) |
Link |
MutableNodePoint.linkTo() |
Link |
MutableNode.linkTo() |
Link |
MutableGraph.linkTo() |
Link |
LinkTarget.linkTo() |
Link |
Link.linkTo() |
static Link |
Link.to(LinkTarget to) |
static Link |
Factory.to(LinkTarget node) |
static Link |
Link.to(MutableNode node) |
static Link |
Link.to(Node node) |
static Link |
Factory.to(Node node) |
Link |
Link.with(Attributes attrs) |
| Modifier and Type | Method and Description |
|---|---|
MutableAttributed<Link> |
Link.attrs() |
Collection<Link> |
MutableNode.links() |
Collection<Link> |
MutableGraph.links() |
Collection<Link> |
Linkable.links() |
| 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.