Packagecom.gestureworks.objects
Classpublic class PointObject
InheritancePointObject Inheritance Object



Public Properties
 PropertyDefined By
  clusterList : Array
Returns a pointClusterList.
PointObject
  dx : Number
PointObject
  DX : Number
PointObject
  dy : Number
PointObject
  DY : Number
PointObject
  event : TouchEvent
PointObject
  frameID : int
PointObject
  h : Number
PointObject
  history : Vector.<PointObject>
PointObject
  holdCount : int
PointObject
  holdLock : Boolean
PointObject
  holdMonitorOn : Boolean
PointObject
  id : int
PointObject
  moveCount : int
PointObject
  object : DisplayObject
PointObject
  objectList : Array
Returns a pointClusterList.
PointObject
  touchPointID : Number
PointObject
  w : Number
PointObject
  x : Number
PointObject
  y : Number
PointObject
Property Detail
clusterListproperty
clusterList:Array

Returns a pointClusterList.


Implementation
    public function get clusterList():Array
    public function set clusterList(value:Array):void
dxproperty 
dx:Number


Implementation
    public function get dx():Number
    public function set dx(value:Number):void
DXproperty 
DX:Number


Implementation
    public function get DX():Number
    public function set DX(value:Number):void
dyproperty 
dy:Number


Implementation
    public function get dy():Number
    public function set dy(value:Number):void
DYproperty 
DY:Number


Implementation
    public function get DY():Number
    public function set DY(value:Number):void
eventproperty 
event:TouchEvent


Implementation
    public function get event():TouchEvent
    public function set event(value:TouchEvent):void
frameIDproperty 
frameID:int


Implementation
    public function get frameID():int
    public function set frameID(value:int):void
hproperty 
h:Number


Implementation
    public function get h():Number
    public function set h(value:Number):void
historyproperty 
history:Vector.<PointObject>


Implementation
    public function get history():Vector.<PointObject>
    public function set history(value:Vector.<PointObject>):void
holdCountproperty 
holdCount:int


Implementation
    public function get holdCount():int
    public function set holdCount(value:int):void
holdLockproperty 
holdLock:Boolean


Implementation
    public function get holdLock():Boolean
    public function set holdLock(value:Boolean):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
moveCountproperty 
moveCount:int


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


Implementation
    public function get object():DisplayObject
    public function set object(value:DisplayObject):void
objectListproperty 
objectList:Array

Returns a pointClusterList.


Implementation
    public function get objectList():Array
    public function set objectList(value:Array):void
touchPointIDproperty 
touchPointID:Number


Implementation
    public function get touchPointID():Number
    public function set touchPointID(value:Number):void
wproperty 
w:Number


Implementation
    public function get w():Number
    public function set w(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