Packageorg.openzoom.flash.scene
Interfacepublic interface IReadonlyMultiScaleScene extends flash.events.IEventDispatcher

Read-only interface to IMultiScaleScene.



Public Properties
 PropertyDefined by
  sceneHeight : Number
[read-only] Indicates the height of the scene, in pixels.
IReadonlyMultiScaleScene
  sceneWidth : Number
[read-only] Indicates the width of the scene, in pixels.
IReadonlyMultiScaleScene
  targetCoordinateSpace : DisplayObject
[read-only] The display object that defines the coordinate system to use.
IReadonlyMultiScaleScene
Events
 EventSummaryDefined by
   Dispatched when sceneWidth or sceneHeight are changed.IReadonlyMultiScaleScene
Property detail
sceneHeightproperty
sceneHeight:Number  [read-only]

Indicates the height of the scene, in pixels.

Implementation
    public function get sceneHeight():Number
sceneWidthproperty 
sceneWidth:Number  [read-only]

Indicates the width of the scene, in pixels.

Implementation
    public function get sceneWidth():Number
targetCoordinateSpaceproperty 
targetCoordinateSpace:DisplayObject  [read-only]

The display object that defines the coordinate system to use. This is mainly used for renderers that want to compute their bounds with DisplayObject::getBounds relative to the scene they are contained in.

Implementation
    public function get targetCoordinateSpace():DisplayObject
Event detail
resizeevent 
Event object type: flash.events.Event

Dispatched when sceneWidth or sceneHeight are changed.