| Package | Description |
|---|---|
| guru.nidi.graphviz.attribute | |
| guru.nidi.graphviz.model |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Attributed<T> |
interface |
MutableAttributed<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
Arrow |
class |
Color |
class |
MapAttributes |
class |
Rank |
class |
RankDir |
class |
Shape |
class |
SimpleMutableAttributed<E> |
class |
SingleAttributes<T> |
class |
Style |
| Modifier and Type | Method and Description |
|---|---|
Attributes |
Color.angle(int angle) |
default Attributes |
Attributes.applyTo(Attributes attrs) |
Attributes |
SingleAttributes.applyTo(MapAttributes attrs) |
Attributes |
SimpleMutableAttributed.applyTo(MapAttributes attrs) |
Attributes |
MapAttributes.applyTo(MapAttributes attrs) |
Attributes |
Attributes.applyTo(MapAttributes attrs) |
static Attributes |
Attributes.attr(String key,
Object value) |
static Attributes |
Attributes.attrs(Attributes... attributes) |
Attributes |
Arrow.config(double size,
Arrow.DirType type) |
static Attributes |
Font.config(String name,
int size) |
Attributes |
Arrow.dir(Arrow.DirType type) |
static Attributes |
Records.label(String label) |
static Attributes |
Shape.mCircle(String topLabel,
String bottomLabel) |
static Attributes |
Shape.mDiamond(String topLabel,
String bottomLabel) |
static Attributes |
Records.mLabel(String label) |
static Attributes |
Records.mOf(String... recs) |
static Attributes |
Shape.mSquare(String topLabel,
String bottomLabel) |
static Attributes |
Font.name(String name) |
static Attributes |
Records.of(String... recs) |
static Attributes |
Shape.polygon(int sides,
double skew,
double distortion) |
Attributes |
Color.radial() |
Attributes |
Color.radial(int angle) |
Attributes |
Arrow.size(double size) |
static Attributes |
Font.size(int size) |
| Modifier and Type | Method and Description |
|---|---|
default T |
MutableAttributed.add(Attributes... attributes) |
E |
SimpleMutableAttributed.add(Attributes attributes) |
T |
MutableAttributed.add(Attributes attributes) |
default Attributes |
Attributes.applyTo(Attributes attrs) |
static Attributes |
Attributes.attrs(Attributes... attributes) |
default T |
Attributed.with(Attributes... attributes) |
T |
Attributed.with(Attributes attribute) |
| Constructor and Description |
|---|
SimpleMutableAttributed(E target,
Attributes attributes) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Node |
| Modifier and Type | Class and Description |
|---|---|
class |
Label |
class |
Link |
class |
MutableNode |
| Modifier and Type | Method and Description |
|---|---|
Attributes |
MutableNode.applyTo(MapAttributes attrs) |
Attributes |
Link.applyTo(MapAttributes attrs) |
Attributes |
Label.applyTo(MapAttributes attributes) |
| Modifier and Type | Method and Description |
|---|---|
MutableNode |
MutableNode.add(Attributes attrs) |
Link |
Link.with(Attributes attrs) |
| 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.