| Package | Description |
|---|---|
| org.databene.formats.dot |
| Modifier and Type | Method and Description |
|---|---|
NodeStyle |
DotGraphModel.getNodeStyle() |
NodeStyle |
DotGraph.getNodeStyle() |
NodeStyle |
DefaultDotGraphModel.getNodeStyle() |
NodeStyle |
AbstractDotGraphModel.getNodeStyle() |
NodeStyle |
DotGraphModel.getNodeStyle(Object node) |
NodeStyle |
DefaultDotGraphModel.getNodeStyle(Object node) |
NodeStyle |
AbstractDotGraphModel.getNodeStyle(Object node) |
NodeStyle |
DotNode.getStyle() |
static NodeStyle |
NodeStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeStyle[] |
NodeStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DotGraph |
DotGraph.withNodeStyle(NodeStyle style) |
AbstractDotGraphModel |
AbstractDotGraphModel.withNodeStyle(NodeStyle nodeStyle) |
DotNode |
DotNode.withStyle(NodeStyle style) |
Copyright © 2006–2016 Volker Bergmann. All rights reserved.