Package | pq.multitouch.events |
Class | public class ManipulateEvent |
Inheritance | ManipulateEvent ![]() |
Property | Defined by | ||
---|---|---|---|
deltaScale : Number
[read-only]Get the double value indicating the scale ratio related to the state of ManipulateEvent in last frame.
| ManipulateEvent | ||
deltaAngle : Number
[read-only]Get the double value indicating the rotated angle related to the state of ManipulateEvent in last frame.
| ManipulateEvent | ||
deltaVector : Number
[read-only]Get the Vector value indicating the move vector related to the state of ManipulateEvent in last frame.
| ManipulateEvent |
Method | Defined by | ||
---|---|---|---|
ManipulateEvent(type:String, centerX:Number, centerY:Number,
vector:Vector2D,scale:Number,angle:Number):void Creates an ManipulateEvent object that contains information about ManipulateGesture.
| ManipulateEvent | ||
clone():Event
Creates a copy of the ManipulateEvent object and sets the value of each property to match that of the original.
|
ManipulateEvent | ||
toString():String
Returns a string that contains properties of the ManipulateEvent object.
|
ManipulateEvent |
Constant | Defined by | ||
---|---|---|---|
MANIPULATE : String = "MANIPULATE"
[static]Defines the value of the type property of a MANIPULATE event object.
| ManipulateEvent |
deltaScale | property |
deltaScale:Number
[read-only]
Get the double value indicating the scale ratio related to the state of ManipulateEvent in last frame.
Implementationpublic function get |
deltaAngle | property |
deltaAngle:Number [read-only]
Get the double value indicating the rotated angle related to the state of ManipulateEvent in last frame.
Implementationpublic function get |
deltaVector | property |
deltaVector:Vector
2D [read-only]
Get the Vector value indicating the move vector related to the state of ManipulateEvent in last frame.
Implementationpublic function get |
clone |
() | method |
public override function clone():Event
Creates a copy of the ManipulateEvent object and sets the value of each property to match that of the original.
ReturnsEvent— A new ManipulateEvent object with property values that match those of the original. |
toString | () | method |
public override function toString():String
Returns a string that contains properties of the ManipulateEvent object. The string is in the following format: [ManipulateEvent frameID=value type=value x=value ... eventPhase=value]
ReturnsString — properties string of the ManipulateEvent object. |
MANIPULATE | Constant |
public static const MANIPULATE:String
Defines the value of the type property of a MANIPULATE event object.