Packageorg.openzoom.flash.viewport
Interfacepublic interface IViewportController
ImplementorsContextMenuController, KeyboardController, MouseController

Interface for a viewport controller.



Public Properties
 PropertyDefined by
  view : DisplayObject
Indicates the display object the controller receives events from.
IViewportController
  viewport : INormalizedViewport
Indicates the viewport this controller acts upon.
IViewportController
Property detail
viewproperty
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
viewportproperty 
viewport:INormalizedViewport  [read-write]

Indicates the viewport this controller acts upon.

Implementation
    public function get viewport():INormalizedViewport
    public function set viewport(value:INormalizedViewport):void