public class Link implements Attributed<T>, LinkTarget
| Modifier and Type | Method and Description |
|---|---|
Attributes |
applyTo() |
MutableAttributed<guru.nidi.graphviz.model.Link> |
attrs() |
static Link |
between() |
static Link |
between() |
boolean |
equals() |
LinkSource |
from() |
int |
hashCode() |
Link |
linkTo() |
static Link |
to() |
static Link |
to() |
static Link |
to() |
LinkTarget |
to() |
Link |
with() |
with, with, withapplyTo, applyTo, attr, attrs, isEmptylinkTopublic static Link to()
public static Link to()
public static Link to()
public LinkTarget to()
public static Link between()
public static Link between()
public Link with()
public Attributes applyTo()
public Link linkTo()
public LinkSource from()
public MutableAttributed<guru.nidi.graphviz.model.Link> attrs()
public boolean equals()
public int hashCode()