| Package | dataTree |
| Class | public class _Interval |
| Inheritance | _Interval Object |
| Property | Defined 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 | ||
| Method | Defined By | ||
|---|---|---|---|
_Interval(inv:Object, type:int, start:int, end:int)
Constructor of Interval Node Class
| _Interval | ||
| Duration | property |
Duration:int [read-only] public function get Duration():int| ex | property |
ex:Number [read-only] public function get ex():Number| ey | property |
ey:Number [read-only] public function get ey():Number| name | property |
name:String [read-only] public function get name():String| sx | property |
sx:Number [read-only] public function get sx():Number| sy | property |
sy:Number [read-only] public function get sy():Number| TSIntvEnd | property |
TSIntvEnd:int [read-only] Timestamp of Interval end
public function get TSIntvEnd():int| TSIntvStart | property |
TSIntvStart:int [read-only] Timestamp of Interval begin
public function get TSIntvStart():int| type | property |
type:int [read-only] public function get type():int| _Interval | () | Constructor |
public function _Interval(inv:Object, type:int, start:int, end:int)Constructor of Interval Node Class
Parametersinv: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)
|