| Package | dataTree |
| Class | public class _Gaze |
| Inheritance | _Gaze Node Object |
Level:... -->> Word -->> Gaze -->> Fixation -->> ...
| Property | Defined By | ||
|---|---|---|---|
![]() | _adpotId : Number = NaN
_adpotId = current number of child of the parent when a child is added to parent. | Node | |
| AvgGazePS : int [read-only]
mean pupil diameter of gaze
| _Gaze | ||
![]() | Children : Array
A list of its childern. | Node | |
| GazeBlinkDur : Number [read-only]
Get duration of the blinks in the gaze
| _Gaze | ||
| Gazedur1 : Number [read-only]
Gaze duration of the current gaze (sum of all fixations before leaving the word)
| _Gaze | ||
| Gazedur2 : Number [read-only]
Gaze duration of the current gaze including intraword saccade durations
| _Gaze | ||
![]() | _nativeId : int
_nativeId = current number of child(starts from 1) of the parent when the child is created. | Node | |
| NumBlinksOnGaze : Number [read-only]
Number of blinks on the gaze
| _Gaze | ||
| NumGaze : int [read-only]
number of the current gaze on the word
| _Gaze | ||
![]() | parent : Node
Get parent node. | Node | |
| pred : _Gaze [read-only]
Get pred gaze node
| _Gaze | ||
![]() | _pred : Node
Younger brother. | Node | |
| Refixated : int [read-only]
Refixation, 1 if multiple fixations on the word, otherwise 0 (Gaze)
| _Gaze | ||
| RefixCount : int [read-only]
total number of refixations on the word in the current gaze
| _Gaze | ||
| succ : _Gaze [read-only]
Get succ gaze node
| _Gaze | ||
![]() | _succ : Node
Elder brother. | Node | |
| TfixGaze : int [read-only]
total number of fixations in the current gaze
| _Gaze | ||
![]() | valid : Boolean = true | Node | |
| Method | Defined By | ||
|---|---|---|---|
Constructor of _Gaze Class
| _Gaze | ||
![]() |
Add a node to Children list. | Node | |
![]() | getChildAt(nativeId:int):Node
Get child node by nativeId. | Node | |
getPropertyByName(property:String):String
Return the property. | _Gaze | ||
![]() | isError(value:Number):Boolean [static]
check if the vaule is a calucation error. | Node | |
![]() | isErrProp(value:String):Boolean [static]
check if the vaule is a get property error. | Node | |
![]() |
Repair children relationships after clone from another node. | Node | |
![]() | truncateToInt(num:Number):String [static] | Node | |
| AvgGazePS | property |
AvgGazePS:int [read-only] mean pupil diameter of gaze
public function get AvgGazePS():int| GazeBlinkDur | property |
GazeBlinkDur:Number [read-only] Get duration of the blinks in the gaze
public function get GazeBlinkDur():Number| Gazedur1 | property |
Gazedur1:Number [read-only] Gaze duration of the current gaze (sum of all fixations before leaving the word)
public function get Gazedur1():Number| Gazedur2 | property |
Gazedur2:Number [read-only] Gaze duration of the current gaze including intraword saccade durations
public function get Gazedur2():Number| NumBlinksOnGaze | property |
NumBlinksOnGaze:Number [read-only] Number of blinks on the gaze
public function get NumBlinksOnGaze():Number| NumGaze | property |
NumGaze:int [read-only] number of the current gaze on the word
public function get NumGaze():int| pred | property |
| Refixated | property |
Refixated:int [read-only] Refixation, 1 if multiple fixations on the word, otherwise 0 (Gaze)
public function get Refixated():int| RefixCount | property |
RefixCount:int [read-only] total number of refixations on the word in the current gaze
public function get RefixCount():int| succ | property |
| TfixGaze | property |
TfixGaze:int [read-only] total number of fixations in the current gaze
public function get TfixGaze():int| _Gaze | () | Constructor |
| getPropertyByName | () | method |
public function getPropertyByName(property:String):StringReturn the property.
Parameters
property:String — Name of the gaze property
|
String — Property value in string
|