| Package | com.gestureworks.core |
| Class | public class TouchSprite |
| Inheritance | TouchSprite TouchSpriteDebugDisplay TouchSpriteTransform TouchSpriteGesture TouchSpriteProcessor com.gestureworks.core.TouchSpriteCluster |
| Subclasses | MagnifierFactory, TouchContainerDisplay |
| Method | Defined By | ||
|---|---|---|---|
This method is called when the default constructor has finished
and before this object is attached to the stage, or its
prospective parent. | TouchSprite | ||
![]() | addtostage(e:Event = null):void | TouchSpriteDebugDisplay | |
![]() | initDebug():void | TouchSpriteDebugDisplay | |
![]() | initDebugDisplay():void | TouchSpriteDebugDisplay | |
![]() | initDebugVars():void | TouchSpriteDebugDisplay | |
![]() | initGesture():void | TouchSpriteGesture | |
![]() | initProcessing():void | TouchSpriteProcessor | |
![]() | initTransform():void | TouchSpriteTransform | |
| TouchSprite | () | Constructor |
public function TouchSprite()This method is called when the default constructor has finished and before this object is attached to the stage, or its prospective parent. You may override this method when creating a subclass of TouchObject to ensure specific paramaters are defined and established.
You do not call this method directly, GestureWorks calls the
preinitialize() method in response to object instantiation.