Packagecom.sekati.thinkgear.ui
Classpublic final class DemoView
InheritanceDemoView Inheritance sekati.views.AbstractView

DemoView provides a visual demostrations of the ThinkGear readings using ForceSprites.



Public Methods
 MethodDefined by
  
DemoView Constructor
DemoView
  
captionLinkClickHandler(e:TextEvent):void
Wrapper for htmlText link action.
DemoView
Protected Methods
 MethodDefined by
  
configUI():void
DemoView
Public Constants
 ConstantDefined by
  ACCELERATION : Number = 10
[static]
DemoView
  AMOUNT : int = 50
[static]
DemoView
  FRICTION : Number = 0.6
[static]
DemoView
  GRAVITY : int = 20
[static]
DemoView
Constructor detail
DemoView()constructor
public function DemoView()

DemoView Constructor

Method detail
captionLinkClickHandler()method
public function captionLinkClickHandler(e:TextEvent):void

Wrapper for htmlText link action.

Parameters
e:TextEvent
configUI()method 
protected override function configUI():void

Constant detail
ACCELERATIONconstant
public static const ACCELERATION:Number = 10
AMOUNTconstant 
public static const AMOUNT:int = 50
FRICTIONconstant 
public static const FRICTION:Number = 0.6
GRAVITYconstant 
public static const GRAVITY:int = 20