| API Documentation | All Packages | All Classes | Index | Frames | ![]() |
| Class ViewportEvent | Properties | Methods | Constants | |
| Package | org.openzoom.flash.events |
| Class | public final class ViewportEvent |
| Inheritance | ViewportEvent flash.events.Event |
| Property | Defined by | ||
|---|---|---|---|
| oldTransform : IViewportTransform
[read-only]
The transform that was previously applied to the viewport.
| ViewportEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
ViewportEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, oldTransform:IViewportTransform = null)
Constructor.
| ViewportEvent | ||
|
clone():Event
| ViewportEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| RESIZE : String = "resize" [static]
| ViewportEvent | ||
| TARGET_UPDATE : String = "targetUpdate" [static]
| ViewportEvent | ||
| TRANSFORM_END : String = "transformComplete" [static]
| ViewportEvent | ||
| TRANSFORM_START : String = "transformStart" [static]
| ViewportEvent | ||
| TRANSFORM_UPDATE : String = "transformUpdate" [static]
| ViewportEvent | ||
| oldTransform | property |
oldTransform:IViewportTransform [read-only]The transform that was previously applied to the viewport.
Implementation public function get oldTransform():IViewportTransform
| ViewportEvent | () | constructor |
public function ViewportEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, oldTransform:IViewportTransform = null)Constructor.
Parameterstype:String |
|
bubbles:Boolean (default = false) |
|
cancelable:Boolean (default = false) |
|
oldTransform:IViewportTransform (default = null) |
| clone | () | method |
public override function clone():EventReturns
Event |
| RESIZE | constant |
public static const RESIZE:String = "resize"
| TARGET_UPDATE | constant |
public static const TARGET_UPDATE:String = "targetUpdate"
| TRANSFORM_END | constant |
public static const TRANSFORM_END:String = "transformComplete"
| TRANSFORM_START | constant |
public static const TRANSFORM_START:String = "transformStart"
| TRANSFORM_UPDATE | constant |
public static const TRANSFORM_UPDATE:String = "transformUpdate"