public static enum DOTExporter.RankDir extends Enum<DOTExporter.RankDir>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static DOTExporter.RankDir |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DOTExporter.RankDir[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DOTExporter.RankDir LR
public static final DOTExporter.RankDir TB
public static DOTExporter.RankDir[] values()
for (DOTExporter.RankDir c : DOTExporter.RankDir.values()) System.out.println(c);
public static DOTExporter.RankDir valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<DOTExporter.RankDir>Copyright © 2019 state-machine. All rights reserved.