public class DotNode extends Object implements org.databene.commons.Named
| Modifier and Type | Method and Description |
|---|---|
List<DotEdge> |
getEdges() |
String |
getFillColor() |
String |
getName() |
List<String> |
getSegments() |
NodeStyle |
getStyle() |
boolean |
isVertical() |
DotEdge |
newEdgeTo(DotNode target) |
String |
toString() |
DotNode |
withEdgeTo(DotNode target) |
DotNode |
withSegment(String... lines) |
DotNode |
withStyle(NodeStyle style) |
Copyright © 2006–2016 Volker Bergmann. All rights reserved.