Packagecom.gestureworks.objects
Classpublic class PointObject
InheritancePointObject Inheritance Object



Public Properties
 PropertyDefined By
  event : TouchEvent
PointObject
  history : Array
PointObject
  holdCount : int
PointObject
  holdMonitorOn : Boolean
PointObject
  id : int
PointObject
  object : DisplayObject
PointObject
  point : *
PointObject
  touchPointID : Number
PointObject
  x : Number
PointObject
  y : Number
PointObject
Property Detail
eventproperty
event:TouchEvent


Implementation
    public function get event():TouchEvent
    public function set event(value:TouchEvent):void
historyproperty 
history:Array


Implementation
    public function get history():Array
    public function set history(value:Array):void
holdCountproperty 
holdCount:int


Implementation
    public function get holdCount():int
    public function set holdCount(value:int):void
holdMonitorOnproperty 
holdMonitorOn:Boolean


Implementation
    public function get holdMonitorOn():Boolean
    public function set holdMonitorOn(value:Boolean):void
idproperty 
id:int


Implementation
    public function get id():int
    public function set id(value:int):void
objectproperty 
object:DisplayObject


Implementation
    public function get object():DisplayObject
    public function set object(value:DisplayObject):void
pointproperty 
point:*


Implementation
    public function get point():*
    public function set point(value:any):void
touchPointIDproperty 
touchPointID:Number


Implementation
    public function get touchPointID():Number
    public function set touchPointID(value:Number):void
xproperty 
x:Number


Implementation
    public function get x():Number
    public function set x(value:Number):void
yproperty 
y:Number


Implementation
    public function get y():Number
    public function set y(value:Number):void