| API Documentation | All Packages | All Classes | Index | Frames | ![]() |
| Interface IViewportController | Properties | |
| Package | org.openzoom.flash.viewport |
| Interface | public interface IViewportController |
| Implementors | ContextMenuController, KeyboardController, MouseController |
| Property | Defined by | ||
|---|---|---|---|
| view : DisplayObject
Indicates the display object the controller receives events from.
| IViewportController | ||
| viewport : INormalizedViewport
Indicates the viewport this controller acts upon.
| IViewportController | ||
| view | property |
view:DisplayObject [read-write]Indicates the display object the controller receives events from.
Implementation public function get view():DisplayObject
public function set view(value:DisplayObject):void
| viewport | property |
viewport:INormalizedViewport [read-write]Indicates the viewport this controller acts upon.
Implementation public function get viewport():INormalizedViewport
public function set viewport(value:INormalizedViewport):void