public class DotGraph extends Object implements org.databene.commons.Named
| Modifier and Type | Method and Description |
|---|---|
ArrowShape |
getEdgeArrowHead() |
ArrowShape |
getEdgeArrowTail() |
EdgeStyle |
getEdgeStyle() |
String |
getName() |
String |
getNodeFillColor() |
Integer |
getNodeFontSize() |
List<DotNode> |
getNodes() |
NodeShape |
getNodeShape() |
NodeStyle |
getNodeStyle() |
RankDir |
getRankDir() |
boolean |
isDirected() |
static DotGraph |
newDirectedGraph(String name) |
DotNode |
newNode(String name) |
DotGraph |
withArrowHead(ArrowShape arrowHead) |
DotGraph |
withEdgeArrowTail(ArrowShape arrowTail) |
DotGraph |
withEdgeStyle(EdgeStyle edgeStyle) |
DotGraph |
withNodeFillColor(String fillColor) |
DotGraph |
withNodeFontSize(int points) |
DotGraph |
withNodeShape(NodeShape shape) |
DotGraph |
withNodeStyle(NodeStyle style) |
DotGraph |
withRankDir(RankDir rankDir) |
public String getName()
getName in interface org.databene.commons.Namedpublic boolean isDirected()
public RankDir getRankDir()
public NodeShape getNodeShape()
public Integer getNodeFontSize()
public DotGraph withNodeFontSize(int points)
public NodeStyle getNodeStyle()
public String getNodeFillColor()
public EdgeStyle getEdgeStyle()
public ArrowShape getEdgeArrowHead()
public DotGraph withArrowHead(ArrowShape arrowHead)
public ArrowShape getEdgeArrowTail()
public DotGraph withEdgeArrowTail(ArrowShape arrowTail)
Copyright © 2006–2016 Volker Bergmann. All rights reserved.