| Package | Description |
|---|---|
| com.github.pnavais.machine.exporter |
| Modifier and Type | Method and Description |
|---|---|
static DOTExporter.RankDir |
DOTExporter.RankDir.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DOTExporter.RankDir[] |
DOTExporter.RankDir.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
DOTExporter(FileSystem fileSystem,
String graphName,
Color finalStateColor,
boolean useHSB,
boolean showCurrent,
Color currentStateColor,
DOTExporter.RankDir rankDir)
All arguments constructor
|
Copyright © 2019 state-machine. All rights reserved.