Packagecom.gestureworks.objects
Classpublic class FrameObject
InheritanceFrameObject Inheritance Object



Public Properties
 PropertyDefined By
  clusterEventArray : Array
FrameObject
  gestureEventArray : Array
FrameObject
  id : int
FrameObject
  pointEventArray : Array
FrameObject
  transformEventArray : Array
FrameObject
Property Detail
clusterEventArrayproperty
clusterEventArray:Array


Implementation
    public function get clusterEventArray():Array
    public function set clusterEventArray(value:Array):void
gestureEventArrayproperty 
gestureEventArray:Array


Implementation
    public function get gestureEventArray():Array
    public function set gestureEventArray(value:Array):void
idproperty 
id:int


Implementation
    public function get id():int
    public function set id(value:int):void
pointEventArrayproperty 
pointEventArray:Array


Implementation
    public function get pointEventArray():Array
    public function set pointEventArray(value:Array):void
transformEventArrayproperty 
transformEventArray:Array


Implementation
    public function get transformEventArray():Array
    public function set transformEventArray(value:Array):void