Packagecom.gestureworks.cml.elements
Classpublic class Gesture
InheritanceGesture Inheritance CMLObject Inheritance flash.events.EventDispatcher

The Gesture class allows you to create gestures in CML.

It is not intended to be used outside of CML. Use native methods of the TouchSprite or TouchContainer to assign gestures in AS3.

When using this class as a CML tag, it a parent GestureList tag is required.

See also

GestureList
TouchContainer


Public Properties
 PropertyDefined By
 InheritedchildList : ChildList
Returns the object's childList.
CMLObject
 InheritedcmlIndex : int
Returns the index created by the CML parser.
CMLObject
 Inheritedid : String
Returns the object's id.
CMLObject
 Inheritedstate : Array
CMLObject
Public Methods
 MethodDefined By
  
Constructor
Gesture
 Inherited
clone():*
Clone method.
CMLObject
 Inherited
dispose():void
Dispose method.
CMLObject
 Inherited
init():void
Initialization method.
CMLObject
  
parseCML(cml:XMLList):XMLList
[override] Parses cml file
Gesture
 Inherited
postparseCML(cml:XMLList):void
Abstract method allows the setting of a postparse CML routine.
CMLObject
 Inherited
updateProperties(state:* = 0):void
Updates properties from state.
CMLObject
Constructor Detail
Gesture()Constructor
public function Gesture()

Constructor

Method Detail
parseCML()method
override public function parseCML(cml:XMLList):XMLList

Parses cml file

Parameters

cml:XMLList

Returns
XMLList