| Package | Description |
|---|---|
| org.databene.formats.dot |
| Modifier and Type | Method and Description |
|---|---|
DotEdge |
DotNode.newEdgeTo(DotNode target) |
DotEdge |
DotEdge.withArrowHead(ArrowShape arrowHead) |
DotEdge |
DotEdge.withArrowTail(ArrowShape arrowTail) |
DotEdge |
DotEdge.withHeadLabel(String headLabel) |
DotEdge |
DotEdge.withStyle(EdgeStyle style) |
DotEdge |
DotEdge.withTailLabel(String tailLabel) |
| Modifier and Type | Method and Description |
|---|---|
List<DotEdge> |
DotNode.getEdges() |
Copyright © 2006–2016 Volker Bergmann. All rights reserved.