Packagecom.gestureworks.core
Classpublic class TouchSprite
InheritanceTouchSprite Inheritance TouchSpriteDebugDisplay Inheritance TouchSpriteTransform Inheritance TouchSpriteGesture Inheritance TouchSpriteProcessor Inheritance com.gestureworks.core.TouchSpriteCluster
Subclasses MagnifierFactory, TouchContainerDisplay

The TouchSprite class is representative of total multi touch integration into the base Flash Sprite object. It may act as a fundamental building block for other applications and non-timeline based user interfaces.



Public Properties
 PropertyDefined By
 Inherited$rotation : Number
TouchSpriteTransform
 Inherited$rotationX : Number
TouchSpriteTransform
 Inherited$rotationY : Number
TouchSpriteTransform
 Inherited$rotationZ : Number
TouchSpriteTransform
 Inherited$scaleX : Number
TouchSpriteTransform
 Inherited$scaleY : Number
TouchSpriteTransform
 Inherited$transformPoint : Point
TouchSpriteTransform
 Inherited$x : Number
TouchSpriteTransform
 Inherited$y : Number
TouchSpriteTransform
 InheriteddeltaFilterOn : Boolean
Determins whether filtering is applied to the delta values.
TouchSpriteProcessor
 InheriteddisableAffineTransform : Boolean
Determins whether internal (native) transformations are affine (dynamically centered) on the touchSprite.
TouchSpriteTransform
 InheriteddisableNativeTransform : Boolean
Determins whether transformations are handled internally (natively) on the touchSprite.
TouchSpriteTransform
 InheritedgestureEventComplete : Boolean
Indicates weather all gestureEvents have been completed on the touchSprite.
TouchSpriteGesture
 InheritedgestureEventRelease : Boolean
Indicates whether all touch points have been released on the touchSprite.
TouchSpriteGesture
 InheritedgestureEvents : Boolean
Determins whether gestureEvents are processed and dispatched on the touchSprite.
TouchSpriteGesture
 InheritedgestureEventStart : Boolean
Indicates whether any gestureEvents have been started on the touchSprite.
TouchSpriteGesture
 InheritedgestureReleaseInertia : Boolean
Determins whether release inertia is given to gestureEvents on the touchSprite.
TouchSpriteGesture
 InheritedgestureTouchInertia : Boolean
Determins whether touch inertia is processed on the touchSprite.
TouchSpriteGesture
 InheritedinertialDampingOn : Boolean = false
TouchSpriteProcessor
 InheritednestedTransform : Boolean
TouchSpriteTransform
 InheritedtransformComplete : Boolean
[read-only]
TouchSpriteTransform
 InheritedtransformEventComplete : Boolean
TouchSpriteTransform
 InheritedtransformEvents : Boolean
Determins whether transformEvents are processed and dispatched on the touchSprite.
TouchSpriteTransform
 InheritedtransformEventStart : Boolean
TouchSpriteTransform
 InheritedtransformStart : Boolean
[read-only]
TouchSpriteTransform
Public Methods
 MethodDefined 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
 Inherited
addtostage(e:Event = null):void
TouchSpriteDebugDisplay
 Inherited
initDebug():void
TouchSpriteDebugDisplay
 Inherited
TouchSpriteDebugDisplay
 Inherited
TouchSpriteDebugDisplay
 Inherited
TouchSpriteGesture
 Inherited
TouchSpriteProcessor
 Inherited
TouchSpriteTransform
Constructor Detail
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.