protected static enum OpenGL3DParallelCoordinates.Instance.State extends java.lang.Enum<OpenGL3DParallelCoordinates.Instance.State>
Enum Constant and Description |
---|
EXPLORE |
MENU |
PREPARATION |
Modifier and Type | Method and Description |
---|---|
static OpenGL3DParallelCoordinates.Instance.State |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OpenGL3DParallelCoordinates.Instance.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpenGL3DParallelCoordinates.Instance.State PREPARATION
public static final OpenGL3DParallelCoordinates.Instance.State EXPLORE
public static final OpenGL3DParallelCoordinates.Instance.State MENU
public static OpenGL3DParallelCoordinates.Instance.State[] values()
for (OpenGL3DParallelCoordinates.Instance.State c : OpenGL3DParallelCoordinates.Instance.State.values()) System.out.println(c);
public static OpenGL3DParallelCoordinates.Instance.State 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 nullCopyright © 2019 ELKI Development Team. License information.