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