| Package | Description |
|---|---|
| org.databene.formats.dot |
| Modifier and Type | Method and Description |
|---|---|
RankDir |
DotGraphModel.getRankDir() |
RankDir |
DotGraph.getRankDir() |
RankDir |
DefaultDotGraphModel.getRankDir() |
RankDir |
AbstractDotGraphModel.getRankDir() |
static RankDir |
RankDir.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RankDir[] |
RankDir.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DotGraph |
DotGraph.withRankDir(RankDir rankDir) |
AbstractDotGraphModel |
AbstractDotGraphModel.withRankDir(RankDir rankDir) |
Copyright © 2006–2016 Volker Bergmann. All rights reserved.