public static enum DrawDot.RankDir extends Enum<DrawDot.RankDir>
| Modifier and Type | Method and Description |
|---|---|
static DrawDot.RankDir |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DrawDot.RankDir[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DrawDot.RankDir TB
public static final DrawDot.RankDir RL
public static final DrawDot.RankDir BT
public static final DrawDot.RankDir LR
public static DrawDot.RankDir[] values()
for (DrawDot.RankDir c : DrawDot.RankDir.values()) System.out.println(c);
public static DrawDot.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 nullCopyright © 2020. All rights reserved.