| Package | dataTree |
| Class | public class _Root |
| Inheritance | _Root Object |
| Implements | flash.events.IEventDispatcher |
Level:Root -->> _Trial -->> _WordGaze -->> ...
| Property | Defined By | ||
|---|---|---|---|
| align : String [static] | _Root | ||
| alphabet : String [static]
First Stage of building a trial. | _Root | ||
| EmptyTrialPorp : String [static] | _Root | ||
| EmptyWordPorp : String [static] | _Root | ||
| _err_text : Boolean = false [static] | _Root | ||
| exportTitle : Boolean = false [static] | _Root | ||
| factor : Number = 0.25 [static] | _Root | ||
| filename : String [static]
name of eye data xml file
| _Root | ||
| filepath : String [static]
path to the eye data xml file
| _Root | ||
| numbers : String [static] | _Root | ||
| prop_trial : Array [static] | _Root | ||
| prop_word : Array [static] | _Root | ||
| screenRes : Point [static] | _Root | ||
| staticEventDispatcher : IEventDispatcher [static] [read-only] | _Root | ||
| style : Object [static] | _Root | ||
| terminators : String [static] | _Root | ||
| TextHTML : XML [static] | _Root | ||
| textpos : Point [static] | _Root | ||
| trialPropertyHeader : String = null [static] | _Root | ||
| TXT : XMLListCollection [static] | _Root | ||
| voiceXMLLoaded : Boolean [static] | _Root | ||
| wordPropertyHeader : String = null [static] | _Root | ||
| XML_voice : XML [static] | _Root | ||
| Method | Defined By | ||
|---|---|---|---|
_Root(attachedEye:String = R) | _Root | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, weakRef:Boolean = false):void | _Root | ||
buildClean():void
Remove all low level references. | _Root | ||
buildTrial(trial:Object, another:_Root):void | _Root | ||
dispatchEvent(event:Event):Boolean | _Root | ||
| _Root | |||
exportFixation(fixation:_Fixation, property:String):String | _Root | ||
exportWord(_word:_Word, property:String):String | _Root | ||
exportWordMatrix(another:_Root):void | _Root | ||
extractGiFn(GiFn:String):Array [static] | _Root | ||
filterTrial(trial_id:int):void
apply data filter on trial. | _Root | ||
getChildAt(nativeId:int):Node | _Root | ||
hasEventListener(type:String):Boolean | _Root | ||
matrixHeader(exportXML:XMLListCollection):String | _Root | ||
onALCompleteHandler(evt:Event):void [static]
On complete loading alias.xml file
| _Root | ||
onTXTCompleteHandler(evt:Event):void [static] | _Root | ||
preserveSpaces(str:String):String [static] | _Root | ||
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void | _Root | ||
trialClean(trial_id:int):_Trial | _Root | ||
update():void [static] | _Root | ||
willTrigger(type:String):Boolean | _Root | ||
| Method | Defined By | ||
|---|---|---|---|
saveCSVFile(event:CloseEvent):void | _Root | ||
| Constant | Defined By | ||
|---|---|---|---|
| nbsp : String = [static] | _Root | ||
| separator : String = , [static]
output csv separator
| _Root | ||
| _err_text | property |
public static var _err_text:Boolean = false| align | property |
public static var align:String| alphabet | property |
public static var alphabet:StringFirst Stage of building a trial. Build middle level tree of right eye (up to word level).
| EmptyTrialPorp | property |
EmptyTrialPorp:StringThis property can be used as the source for data binding.
public static function get EmptyTrialPorp():String public static function set EmptyTrialPorp(value:String):void| EmptyWordPorp | property |
EmptyWordPorp:StringThis property can be used as the source for data binding.
public static function get EmptyWordPorp():String public static function set EmptyWordPorp(value:String):void| exportTitle | property |
public static var exportTitle:Boolean = false| factor | property |
public static var factor:Number = 0.25| filename | property |
public static var filename:Stringname of eye data xml file
| filepath | property |
public static var filepath:Stringpath to the eye data xml file
| numbers | property |
public static var numbers:String| prop_trial | property |
prop_trial:ArrayThis property can be used as the source for data binding.
public static function get prop_trial():Array public static function set prop_trial(value:Array):void| prop_word | property |
prop_word:ArrayThis property can be used as the source for data binding.
public static function get prop_word():Array public static function set prop_word(value:Array):void| screenRes | property |
public static var screenRes:Point| staticEventDispatcher | property |
staticEventDispatcher:IEventDispatcher [read-only] public static function get staticEventDispatcher():IEventDispatcher| style | property |
public static var style:Object| terminators | property |
public static var terminators:String| TextHTML | property |
TextHTML:XMLThis property can be used as the source for data binding.
public static function get TextHTML():XML public static function set TextHTML(value:XML):void| textpos | property |
public static var textpos:Point| trialPropertyHeader | property |
public static var trialPropertyHeader:String = null| TXT | property |
public static var TXT:XMLListCollection| voiceXMLLoaded | property |
public static var voiceXMLLoaded:Boolean| wordPropertyHeader | property |
public static var wordPropertyHeader:String = null| XML_voice | property |
XML_voice:XMLThis property can be used as the source for data binding.
public static function get XML_voice():XML public static function set XML_voice(value:XML):void| _Root | () | Constructor |
public function _Root(attachedEye:String = R)attachedEye:String (default = R) |
| addEventListener | () | method |
public function addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, weakRef:Boolean = false):void
Parameters
type:String | |
listener:Function | |
useCapture:Boolean (default = false) | |
priority:int (default = 0) | |
weakRef:Boolean (default = false) |
| buildClean | () | method |
public function buildClean():voidRemove all low level references.
| buildTrial | () | method |
| dispatchEvent | () | method |
public function dispatchEvent(event:Event):Boolean
Parameters
event:Event |
Boolean |
| export | () | method |
| exportFixation | () | method |
public function exportFixation(fixation:_Fixation, property:String):StringParameters
fixation:_Fixation | |
property:String |
String |
| exportWord | () | method |
public function exportWord(_word:_Word, property:String):StringParameters
_word:_Word | |
property:String |
String |
| exportWordMatrix | () | method |
| extractGiFn | () | method |
public static function extractGiFn(GiFn:String):ArrayParameters
GiFn:String |
Array |
| filterTrial | () | method |
public function filterTrial(trial_id:int):voidapply data filter on trial.
Parameters
trial_id:int — trial_id starts from 0;
|
| getChildAt | () | method |
| hasEventListener | () | method |
public function hasEventListener(type:String):Boolean
Parameters
type:String |
Boolean |
| matrixHeader | () | method |
public function matrixHeader(exportXML:XMLListCollection):StringParameters
exportXML:XMLListCollection |
String |
| onALCompleteHandler | () | method |
public static function onALCompleteHandler(evt:Event):voidOn complete loading alias.xml file
Parameters
evt:Event |
| onTXTCompleteHandler | () | method |
public static function onTXTCompleteHandler(evt:Event):voidParameters
evt:Event |
| preserveSpaces | () | method |
public static function preserveSpaces(str:String):StringParameters
str:String |
String |
| removeEventListener | () | method |
public function removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Parameters
type:String | |
listener:Function | |
useCapture:Boolean (default = false) |
| saveCSVFile | () | method |
protected function saveCSVFile(event:CloseEvent):voidParameters
event:CloseEvent |
| trialClean | () | method |
| update | () | method |
public static function update():void| willTrigger | () | method |
public function willTrigger(type:String):Boolean
Parameters
type:String |
Boolean |
| nbsp | Constant |
public static const nbsp:String = | separator | Constant |
public static const separator:String = ,output csv separator