| Package | Description |
|---|---|
| org.databene.formats.dot |
| Modifier and Type | Method and Description |
|---|---|
static DotGraph |
DotGraph.newDirectedGraph(String name) |
DotGraph |
DotGraph.withArrowHead(ArrowShape arrowHead) |
DotGraph |
DotGraph.withEdgeArrowTail(ArrowShape arrowTail) |
DotGraph |
DotGraph.withEdgeStyle(EdgeStyle edgeStyle) |
DotGraph |
DotGraph.withNodeFillColor(String fillColor) |
DotGraph |
DotGraph.withNodeFontSize(int points) |
DotGraph |
DotGraph.withNodeShape(NodeShape shape) |
DotGraph |
DotGraph.withNodeStyle(NodeStyle style) |
DotGraph |
DotGraph.withRankDir(RankDir rankDir) |
| Constructor and Description |
|---|
DefaultDotGraphModel(DotGraph graph) |
Copyright © 2006–2016 Volker Bergmann. All rights reserved.