| Package | dataTree |
| Class | public class _Word |
| Inheritance | _Word Node Object |
Level: ... ->> Trial -->> Word -->> Gaze -->> ...
| Property | Defined By | ||
|---|---|---|---|
![]() | _adpotId : Number = NaN
_adpotId = current number of child of the parent when a child is added to parent. | Node | |
| _beginPos : int = 0 | _Word | ||
| boundary : Rectangle
Get word boundary. | _Word | ||
| center : Number [read-only]
word center in pixel
| _Word | ||
| _centerInChars : Number
Word center in chars
| _Word | ||
![]() | Children : Array
A list of its childern. | Node | |
| Fixation : int [read-only]
1 if word was fixated, otherwise 0. | _Word | ||
| GazeAll1 : Number [read-only]
Total Viewing Time. | _Word | ||
| GazeAll2 : Number [read-only]
Total Viewing Time including intraword saccades. | _Word | ||
| height : Number = 0
Word height without punctuation in pixel. | _Word | ||
| _inner : Rectangle
Word boundary without punctuation
| _Word | ||
| _letters : Array
An array which contains the width of each char with punctuation in word. | _Word | ||
| name : String
Content of the word(with punctuation). | _Word | ||
![]() | _nativeId : int
_nativeId = current number of child(starts from 1) of the parent when the child is created. | Node | |
| _Nline : int
Number of line on trial
| _Word | ||
| Nline : int [read-only] | _Word | ||
| _Nsentence : int
Number of sentence in current trial. | _Word | ||
| Nsentence : int [read-only]
Number of sentence in current trial. | _Word | ||
| NumBlinksOnWord : Number [read-only]
Get number of blinks on the word
| _Word | ||
| NWonE : int [read-only]
Number of word in the experiment. | _Word | ||
| NWonL : int [read-only]
Number of word on the line. | _Word | ||
| NWonP : int [read-only]
Number of word on the page. | _Word | ||
| NWonS : int [read-only]
Number of word on the sentence. | _Word | ||
| _outer : Rectangle
Word boundary with punctuation
| _Word | ||
![]() | parent : Node
Get parent node. | Node | |
| pred : _Word [read-only]
Get pred word node. | _Word | ||
![]() | _pred : Node
Younger brother. | Node | |
| Property : String [read-only]
Get extra properties for the word
| _Word | ||
| _pTrail : _Trial [read-only]
Get parent trail
| _Word | ||
| _realSize : int [read-only]
Word size including begin space. | _Word | ||
| _reReading : Boolean = false | _Word | ||
| _sentenceID : int
Number of word on the sentence. | _Word | ||
| succ : _Word [read-only]
Get succ word node. | _Word | ||
![]() | _succ : Node
Elder brother. | Node | |
| TotFix : int [read-only]
Total number of fixation on the word. | _Word | ||
| TotGaze : int [read-only]
Total number of gazes on the word. | _Word | ||
| TWonL : int [read-only]
Total Number of Words in the Line. | _Word | ||
| TWonS : int [read-only]
Total Number of Words in the Sentence. | _Word | ||
| type : String = WORD
word block type: word;
| _Word | ||
![]() | valid : Boolean = true | Node | |
| VLauoff10 : Number [read-only]
Distance from voice offset fixation to the first character of the word that is being spoken
| _Word | ||
| VLauon10 : Number [read-only]
Distance from voice onset fixation to the first character of the word that is being spoken
| _Word | ||
| _voice : _Voice = null
Eye voice variable
| _Word | ||
| width : Number = 0
Word width without punctuation in pixel. | _Word | ||
| WLen : int [read-only]
Word length in letters without punctuation. | _Word | ||
| Word : String [read-only]
Get content of word without punctuation. | _Word | ||
| WordBeg : Number [read-only]
x pixel location of the first letter in the word. | _Word | ||
| WordBlinkDur : Number [read-only]
Get duration of the Blinks in the word
| _Word | ||
| wordLen : int
Word length without punctuation. | _Word | ||
| WordLocY : Number [read-only]
y pixel location of the first letter in the word. | _Word | ||
| WSize : int [read-only]
Word length in letters includung punctuation. | _Word | ||
| x : Number = 0
Word with punctuation start x position in pixel. | _Word | ||
| y : Number = 0
Word with punctuation start y position in pixel. | _Word | ||
| Method | Defined By | ||
|---|---|---|---|
Constructor of Word Class
| _Word | ||
![]() |
Add a node to Children list. | Node | |
| _Word | |||
Get the n(starts at 1)_th fixation at Gaze i(starts at 1)
| _Word | ||
![]() | getChildAt(nativeId:int):Node
Get child node by nativeId. | Node | |
getPropertyByName(property:String):String
Return the requested property by property name. | _Word | ||
![]() | 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 | |
messages():Array | _Word | ||
![]() |
Repair children relationships after clone from another node. | Node | |
![]() | truncateToInt(num:Number):String [static] | Node | |
| Constant | Defined By | ||
|---|---|---|---|
| AOI : String = AOI [static] | _Word | ||
![]() | Error : Number = NaN [static]
static variable for calucation error. | Node | |
![]() | ErrProp : String = NULL [static]
static variable for get property error. | Node | |
| TEXTBLOCK : String = TEXTBLOCK [static] | _Word | ||
| WORD : String = WORD [static] | _Word | ||
| _beginPos | property |
public var _beginPos:int = 0| _centerInChars | property |
public var _centerInChars:NumberWord center in chars
| _inner | property |
public var _inner:RectangleWord boundary without punctuation
| _letters | property |
public var _letters:ArrayAn array which contains the width of each char with punctuation in word.
| _Nline | property |
public var _Nline:intNumber of line on trial
| _Nsentence | property |
public var _Nsentence:intNumber of sentence in current trial.
| _outer | property |
public var _outer:RectangleWord boundary with punctuation
| _pTrail | property |
| _realSize | property |
_realSize:int [read-only] Word size including begin space.
public function get _realSize():int| _reReading | property |
public var _reReading:Boolean = false| _sentenceID | property |
public var _sentenceID:intNumber of word on the sentence.
| _voice | property |
public var _voice:_Voice = nullEye voice variable
| boundary | property |
boundary:RectangleGet word boundary.
public function get boundary():Rectangle public function set boundary(value:Rectangle):void| center | property |
center:Number [read-only] word center in pixel
public function get center():Number| Fixation | property |
Fixation:int [read-only] 1 if word was fixated, otherwise 0.
public function get Fixation():int| GazeAll1 | property |
GazeAll1:Number [read-only] Total Viewing Time. (sum of all fixations on the word)
public function get GazeAll1():Number| GazeAll2 | property |
GazeAll2:Number [read-only] Total Viewing Time including intraword saccades.
public function get GazeAll2():Number| height | property |
public var height:Number = 0Word height without punctuation in pixel.
| name | property |
public var name:StringContent of the word(with punctuation).
| Nline | property |
Nline:int [read-only] public function get Nline():int| Nsentence | property |
Nsentence:int [read-only] Number of sentence in current trial.
public function get Nsentence():int| NumBlinksOnWord | property |
NumBlinksOnWord:Number [read-only] Get number of blinks on the word
public function get NumBlinksOnWord():Number| NWonE | property |
NWonE:int [read-only] Number of word in the experiment.
public function get NWonE():int| NWonL | property |
NWonL:int [read-only] Number of word on the line.
public function get NWonL():int| NWonP | property |
NWonP:int [read-only] Number of word on the page.
public function get NWonP():int| NWonS | property |
NWonS:int [read-only] Number of word on the sentence.
public function get NWonS():int| pred | property |
| Property | property |
Property:String [read-only] Get extra properties for the word
public function get Property():String| succ | property |
| TotFix | property |
TotFix:int [read-only] Total number of fixation on the word.
public function get TotFix():int| TotGaze | property |
TotGaze:int [read-only] Total number of gazes on the word.
public function get TotGaze():int| TWonL | property |
TWonL:int [read-only] Total Number of Words in the Line.
public function get TWonL():int| TWonS | property |
TWonS:int [read-only] Total Number of Words in the Sentence.
public function get TWonS():int| type | property |
public var type:String = WORDword block type: word;
| VLauoff10 | property |
VLauoff10:Number [read-only] Distance from voice offset fixation to the first character of the word that is being spoken
public function get VLauoff10():Number| VLauon10 | property |
VLauon10:Number [read-only] Distance from voice onset fixation to the first character of the word that is being spoken
public function get VLauon10():Number| width | property |
public var width:Number = 0Word width without punctuation in pixel.
| WLen | property |
WLen:int [read-only] Word length in letters without punctuation.
public function get WLen():int| Word | property |
Word:String [read-only] Get content of word without punctuation.
public function get Word():String| WordBeg | property |
WordBeg:Number [read-only] x pixel location of the first letter in the word.
public function get WordBeg():Number| WordBlinkDur | property |
WordBlinkDur:Number [read-only] Get duration of the Blinks in the word
public function get WordBlinkDur():Number| wordLen | property |
public var wordLen:intWord length without punctuation.
| WordLocY | property |
WordLocY:Number [read-only] y pixel location of the first letter in the word.
public function get WordLocY():Number| WSize | property |
WSize:int [read-only] Word length in letters includung punctuation.
public function get WSize():int| x | property |
public var x:Number = 0Word with punctuation start x position in pixel.
| y | property |
public var y:Number = 0Word with punctuation start y position in pixel.
| _Word | () | Constructor |
public function _Word(parent:Node = null, property:String = null)Constructor of Word Class
Parametersparent:Node (default = null) — parent node
| |
property:String (default = null) — content of the word(with punctuation), passing null if the word is spaces.
|
| contains | () | method |
| fixation | () | method |
public function fixation(i:int, n:int):_FixationGet the n(starts at 1)_th fixation at Gaze i(starts at 1)
Parameters
i:int | |
n:int |
_Fixation |
| getPropertyByName | () | method |
public function getPropertyByName(property:String):StringReturn the requested property by property name.
Parameters
property:String — Name of the word property.
|
String — property value in string.
|
| messages | () | method |
public function messages():ArrayReturnsArray |
| AOI | Constant |
public static const AOI:String = AOI| TEXTBLOCK | Constant |
public static const TEXTBLOCK:String = TEXTBLOCK| WORD | Constant |
public static const WORD:String = WORD