| Package | Description |
|---|---|
| org.databene.formats.dot |
| Modifier and Type | Method and Description |
|---|---|
DotNode |
DotEdge.getFrom() |
DotNode |
DotEdge.getTo() |
DotNode |
DotGraph.newNode(String name) |
DotNode |
DotNode.withEdgeTo(DotNode target) |
DotNode |
DotNode.withSegment(String... lines) |
DotNode |
DotNode.withStyle(NodeStyle style) |
| Modifier and Type | Method and Description |
|---|---|
List<DotNode> |
DotGraph.getNodes() |
| Modifier and Type | Method and Description |
|---|---|
DotEdge |
DotNode.newEdgeTo(DotNode target) |
DotNode |
DotNode.withEdgeTo(DotNode target) |
| Constructor and Description |
|---|
DotEdge(DotNode from,
DotNode to) |
Copyright © 2006–2016 Volker Bergmann. All rights reserved.