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