PackagedataTree
Classpublic class _Interval
Inheritance_Interval Inheritance Object

Interval Class eye x,y coordinate information during one fixation interval.



Public Properties
 PropertyDefined By
  Duration : int
[read-only]
_Interval
  ex : Number
[read-only]
_Interval
  ey : Number
[read-only]
_Interval
  name : String
[read-only]
_Interval
  sx : Number
[read-only]
_Interval
  sy : Number
[read-only]
_Interval
  TSIntvEnd : int
[read-only] Timestamp of Interval end
_Interval
  TSIntvStart : int
[read-only] Timestamp of Interval begin
_Interval
  type : int
[read-only]
_Interval
Public Methods
 MethodDefined By
  
_Interval(inv:Object, type:int, start:int, end:int)
Constructor of Interval Node Class
_Interval
Property Detail
Durationproperty
Duration:int  [read-only]


Implementation
    public function get Duration():int
exproperty 
ex:Number  [read-only]


Implementation
    public function get ex():Number
eyproperty 
ey:Number  [read-only]


Implementation
    public function get ey():Number
nameproperty 
name:String  [read-only]


Implementation
    public function get name():String
sxproperty 
sx:Number  [read-only]


Implementation
    public function get sx():Number
syproperty 
sy:Number  [read-only]


Implementation
    public function get sy():Number
TSIntvEndproperty 
TSIntvEnd:int  [read-only]

Timestamp of Interval end


Implementation
    public function get TSIntvEnd():int
TSIntvStartproperty 
TSIntvStart:int  [read-only]

Timestamp of Interval begin


Implementation
    public function get TSIntvStart():int
typeproperty 
type:int  [read-only]


Implementation
    public function get type():int
Constructor Detail
_Interval()Constructor
public function _Interval(inv:Object, type:int, start:int, end:int)

Constructor of Interval Node Class

Parameters
inv:Object — interval XML object.
 
type:int — indicate if the interval is forward or backward.
 
start:int — start time in fixation duration. (in million seconds)
 
end:int — end time in fixation duration. (in million seconds)