Package | Description |
---|---|
GD.Data |
Modifier and Type | Field and Description |
---|---|
(package private) EEye |
GazeEntryBlink.mEye
Eye which generated blink event
|
(package private) EEye |
GazeEntryFixation.mEye
Eye which generated fixation event
|
(package private) EEye |
GazeEntrySample.mEye
Eye which generated sample event
|
Modifier and Type | Method and Description |
---|---|
EEye |
IGaze.Eye() |
static EEye |
EEye.parse(int i)
Parse input integer value trying to identify the eye
|
static EEye |
EEye.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EEye[] |
EEye.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static int |
EEye.parse(EEye e)
Parse input EGDEye enumeration value into integer representation
|