Package | pq.multitouch.manipulators |
Class | public class DragScaleRotate |
Inheritance | DragScaleRotate ![]() |
Property | Defined by | ||
---|---|---|---|
boundRect : Rectange
A rectangle boundary to restrict the displayobject's movement.
| DragScaleRotate | ||
isInertiaEnabled : Boolean
Determines whether or not the inertia effect is enabled.
| DragScaleRotate | ||
isDragable : Boolean
Determines whether or not the Drag operation is enabled.
| DragScaleRotate | ||
isRotatable : Boolean
Determines whether or not the Rotate operation is enabled.
| DragScaleRotate | ||
isScaleable : Boolean
Determines whether or not the Scale operation is enabled.
| DragScaleRotate |
Method | Defined by | ||
---|---|---|---|
DragScaleRotate(isDragable:Boolean=true,isRotatable:Boolean=true,
isScalable:Boolean=true,isInertialEnable:Boolean=false,bound:Rectangle=null,scaleMinSize:Number=120,scaleMaxSize:Number=4096) | DragScaleRotate |
boundRect | property [read-write] |
public function get boundRect():Rectangle
public function set boundRect(value:Rectangle):void
isInertiaEnabled | property [read-write] |
public function get isInertiaEnabled():Boolean
public function set isInertiaEnabled(value:Boolean
):void
isDragable | property [read-write] |
public function get isDragable():Boolean
public function set isDragable(value:Boolean
):void
isRotatable | property [read-write] |
public function get isRotatable():Boolean
public function set isRotatable(value:Boolean
):void
isScaleable | property [read-write] |
public function get isScaleable():Boolean
public function set isScaleable(value:Boolean
):void
DragScaleRotate | () | constructor |
public function DragScaleRotate(isDragable:Boolean=true,isRotatable:Boolean=true,
isScalable:Boolean=true,isInertialEnable:Boolean=false,bound:Rectangle=null,
scaleMinSize:Number=120,scaleMaxSize:Number=4096)
Parameters
isDragable:Boolean (default = true) |
|
isRotatable:Boolean (default = true) |
|
isScalable:Boolean (default = true) |
|
isInertialEnable:Boolean (default = false) |
|
bound:Rectangle (default = null) |
|
scaleMinSize:Number (default = 120) |
|
scaleMaxSize:Number (default = 4096) |