Package | com.greensock.events |
Class | public class TransformEvent |
Inheritance | TransformEvent flash.events.Event |
Property | Defined by | ||
---|---|---|---|
items : Array TransformItems that were affected by the event
| TransformEvent | ||
mouseEvent : MouseEvent MouseEvent associated with the TransformEvent (if any)
| TransformEvent |
Method | Defined by | ||
---|---|---|---|
TransformEvent($type:String, $items:Array, $mouseEvent:MouseEvent = null, $bubbles:Boolean = false, $cancelable:Boolean = false)
| TransformEvent | ||
clone():Event
| TransformEvent |
Constant | Defined by | ||
---|---|---|---|
CLICK_OFF : String = "tmClickOff" [static]
| TransformEvent | ||
DELETE : String = "tmDelete" [static]
| TransformEvent | ||
DEPTH_CHANGE : String = "tmDepthChange" [static]
| TransformEvent | ||
DESELECT : String = "tmDeselect" [static]
| TransformEvent | ||
DESTROY : String = "tmDestroy" [static]
| TransformEvent | ||
DOUBLE_CLICK : String = "tmDoubleClick" [static]
| TransformEvent | ||
FINISH_INTERACTIVE_MOVE : String = "tmFinishInteractiveMove" [static]
| TransformEvent | ||
FINISH_INTERACTIVE_ROTATE : String = "tmFinishInteractiveRotate" [static]
| TransformEvent | ||
FINISH_INTERACTIVE_SCALE : String = "tmFinishInteractiveScale" [static]
| TransformEvent | ||
MOVE : String = "tmMove" [static]
| TransformEvent | ||
ROTATE : String = "tmRotate" [static]
| TransformEvent | ||
SCALE : String = "tmScale" [static]
| TransformEvent | ||
SELECT : String = "tmSelect" [static]
| TransformEvent | ||
SELECTION_CHANGE : String = "tmSelectionChange" [static]
| TransformEvent | ||
UPDATE : String = "tmUpdate" [static]
| TransformEvent |
items | property |
public var items:Array
TransformItems that were affected by the event
mouseEvent | property |
public var mouseEvent:MouseEvent
MouseEvent associated with the TransformEvent (if any)
TransformEvent | () | constructor |
public function TransformEvent($type:String, $items:Array, $mouseEvent:MouseEvent = null, $bubbles:Boolean = false, $cancelable:Boolean = false)
Parameters
$type:String |
|
$items:Array |
|
$mouseEvent:MouseEvent (default = null )
|
|
$bubbles:Boolean (default = false )
|
|
$cancelable:Boolean (default = false )
|
clone | () | method |
public override function clone():Event
Returns
Event |
CLICK_OFF | constant |
public static const CLICK_OFF:String = "tmClickOff"
DELETE | constant |
public static const DELETE:String = "tmDelete"
DEPTH_CHANGE | constant |
public static const DEPTH_CHANGE:String = "tmDepthChange"
DESELECT | constant |
public static const DESELECT:String = "tmDeselect"
DESTROY | constant |
public static const DESTROY:String = "tmDestroy"
DOUBLE_CLICK | constant |
public static const DOUBLE_CLICK:String = "tmDoubleClick"
FINISH_INTERACTIVE_MOVE | constant |
public static const FINISH_INTERACTIVE_MOVE:String = "tmFinishInteractiveMove"
FINISH_INTERACTIVE_ROTATE | constant |
public static const FINISH_INTERACTIVE_ROTATE:String = "tmFinishInteractiveRotate"
FINISH_INTERACTIVE_SCALE | constant |
public static const FINISH_INTERACTIVE_SCALE:String = "tmFinishInteractiveScale"
MOVE | constant |
public static const MOVE:String = "tmMove"
ROTATE | constant |
public static const ROTATE:String = "tmRotate"
SCALE | constant |
public static const SCALE:String = "tmScale"
SELECT | constant |
public static const SELECT:String = "tmSelect"
SELECTION_CHANGE | constant |
public static const SELECTION_CHANGE:String = "tmSelectionChange"
UPDATE | constant |
public static const UPDATE:String = "tmUpdate"