Packagecom.gestureworks.utils
Classpublic class FrameRate
InheritanceFrameRate Inheritance flash.display.Sprite

...



Public Methods
 MethodDefined By
  
FrameRate(xPos:int = 0, yPos:int = 0, color:uint = 0xffffff, fillBackground:Boolean = false, backgroundColor:uint = 0x000000)
FrameRate
  
tick(evt:Event):void
FrameRate
Constructor Detail
FrameRate()Constructor
public function FrameRate(xPos:int = 0, yPos:int = 0, color:uint = 0xffffff, fillBackground:Boolean = false, backgroundColor:uint = 0x000000)



Parameters
xPos:int (default = 0)
 
yPos:int (default = 0)
 
color:uint (default = 0xffffff)
 
fillBackground:Boolean (default = false)
 
backgroundColor:uint (default = 0x000000)
Method Detail
tick()method
public function tick(evt:Event):void

Parameters

evt:Event