public enum PerspectivePos extends java.lang.Enum<PerspectivePos>
| Modifier and Type | Class and Description |
|---|---|
static class |
PerspectivePos.OngoingSet |
| Modifier and Type | Method and Description |
|---|---|
PerspectivePos.OngoingSet |
set(javafx.scene.Node node) |
static PerspectivePos |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PerspectivePos[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PerspectivePos LEFT
public static final PerspectivePos RIGHT
public static final PerspectivePos TOP
public static final PerspectivePos BOTTOM
public static final PerspectivePos CENTER
public static PerspectivePos[] values()
for (PerspectivePos c : PerspectivePos.values()) System.out.println(c);
public static PerspectivePos valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic PerspectivePos.OngoingSet set(javafx.scene.Node node)