public class DotEdge extends Object
| Modifier and Type | Method and Description |
|---|---|
ArrowShape |
getArrowHead() |
ArrowShape |
getArrowTail() |
DotNode |
getFrom() |
String |
getHeadLabel() |
EdgeStyle |
getStyle() |
String |
getTailLabel() |
DotNode |
getTo() |
DotEdge |
withArrowHead(ArrowShape arrowHead) |
DotEdge |
withArrowTail(ArrowShape arrowTail) |
DotEdge |
withHeadLabel(String headLabel) |
DotEdge |
withStyle(EdgeStyle style) |
DotEdge |
withTailLabel(String tailLabel) |
public DotNode getFrom()
public DotNode getTo()
public ArrowShape getArrowHead()
public DotEdge withArrowHead(ArrowShape arrowHead)
public ArrowShape getArrowTail()
public DotEdge withArrowTail(ArrowShape arrowTail)
public String getHeadLabel()
public String getTailLabel()
public EdgeStyle getStyle()
Copyright © 2006–2016 Volker Bergmann. All rights reserved.