public static enum GazeManager.TrackerState extends Enum<GazeManager.TrackerState>
Enum Constant and Description |
---|
TRACKER_CONNECTED |
TRACKER_CONNECTED_BADFW |
TRACKER_CONNECTED_NOSTREAM |
TRACKER_CONNECTED_NOUSB3 |
TRACKER_NOT_CONNECTED |
Modifier and Type | Method and Description |
---|---|
static GazeManager.TrackerState |
fromInt(int i) |
static int |
toInt(GazeManager.TrackerState ts) |
static GazeManager.TrackerState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GazeManager.TrackerState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GazeManager.TrackerState TRACKER_CONNECTED
public static final GazeManager.TrackerState TRACKER_NOT_CONNECTED
public static final GazeManager.TrackerState TRACKER_CONNECTED_BADFW
public static final GazeManager.TrackerState TRACKER_CONNECTED_NOUSB3
public static final GazeManager.TrackerState TRACKER_CONNECTED_NOSTREAM
public static GazeManager.TrackerState[] values()
for (GazeManager.TrackerState c : GazeManager.TrackerState.values()) System.out.println(c);
public static GazeManager.TrackerState 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 static GazeManager.TrackerState fromInt(int i)
public static int toInt(GazeManager.TrackerState ts)
Processing library EyeTribeProcessing by Jorge C. S. Cardoso. (c) 2015