PackagedataTree
Classpublic class _Gaze
Inheritance_Gaze Inheritance Node Inheritance Object

Internal Gaze Node Class Contains all information and related operations on a gaze.

Level:... -->> Word -->> Gaze -->> Fixation -->> ...



Public Properties
 PropertyDefined By
 Inherited_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
 InheritedChildren : 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
 Inherited_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
 Inheritedparent : Node
Get parent node.
Node
  pred : _Gaze
[read-only] Get pred gaze node
_Gaze
 Inherited_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
 Inherited_succ : Node
Elder brother.
Node
  TfixGaze : int
[read-only] total number of fixations in the current gaze
_Gaze
 Inheritedvalid : Boolean = true
Node
Public Methods
 MethodDefined By
  
_Gaze(parent:Node)
Constructor of _Gaze Class
_Gaze
 Inherited
addChild(Child:Node):void
Add a node to Children list.
Node
 Inherited
getChildAt(nativeId:int):Node
Get child node by nativeId.
Node
  
getPropertyByName(property:String):String
Return the property.
_Gaze
 Inherited
isError(value:Number):Boolean
[static] check if the vaule is a calucation error.
Node
 Inherited
isErrProp(value:String):Boolean
[static] check if the vaule is a get property error.
Node
 Inherited
repair(p:Node):void
Repair children relationships after clone from another node.
Node
 Inherited
truncateToInt(num:Number):String
[static]
Node
Public Constants
 ConstantDefined By
 InheritedError : Number = NaN
[static] static variable for calucation error.
Node
 InheritedErrProp : String = NULL
[static] static variable for get property error.
Node
Property Detail
AvgGazePSproperty
AvgGazePS:int  [read-only]

mean pupil diameter of gaze


Implementation
    public function get AvgGazePS():int
GazeBlinkDurproperty 
GazeBlinkDur:Number  [read-only]

Get duration of the blinks in the gaze


Implementation
    public function get GazeBlinkDur():Number
Gazedur1property 
Gazedur1:Number  [read-only]

Gaze duration of the current gaze (sum of all fixations before leaving the word)


Implementation
    public function get Gazedur1():Number
Gazedur2property 
Gazedur2:Number  [read-only]

Gaze duration of the current gaze including intraword saccade durations


Implementation
    public function get Gazedur2():Number
NumBlinksOnGazeproperty 
NumBlinksOnGaze:Number  [read-only]

Number of blinks on the gaze


Implementation
    public function get NumBlinksOnGaze():Number
NumGazeproperty 
NumGaze:int  [read-only]

number of the current gaze on the word


Implementation
    public function get NumGaze():int
predproperty 
pred:_Gaze  [read-only]

Get pred gaze node


Implementation
    public function get pred():_Gaze
Refixatedproperty 
Refixated:int  [read-only]

Refixation, 1 if multiple fixations on the word, otherwise 0 (Gaze)


Implementation
    public function get Refixated():int
RefixCountproperty 
RefixCount:int  [read-only]

total number of refixations on the word in the current gaze


Implementation
    public function get RefixCount():int
succproperty 
succ:_Gaze  [read-only]

Get succ gaze node


Implementation
    public function get succ():_Gaze
TfixGazeproperty 
TfixGaze:int  [read-only]

total number of fixations in the current gaze


Implementation
    public function get TfixGaze():int
Constructor Detail
_Gaze()Constructor
public function _Gaze(parent:Node)

Constructor of _Gaze Class

Parameters
parent:Node — parent node
Method Detail
getPropertyByName()method
public function getPropertyByName(property:String):String

Return the property.

Parameters

property:String — Name of the gaze property

Returns
String — Property value in string