Packagecom.cyntaxic.cynmvc.controller.vos
Classpublic class ResizeVO
InheritanceResizeVO Inheritance CyntaxicVO Inheritance Object

The ResizeVO class is a value object used to contain information about the stage dimensions.



Public Properties
 PropertyDefined By
  stageHeight : int
[read-only] The height of the stage.
ResizeVO
  stageWidth : int
[read-only] The width of the stage.
ResizeVO
Public Methods
 MethodDefined By
  
Creates a new ResizeVO object which contains the width and the height of the stage.
ResizeVO
 Inherited
describe(compact:Boolean = true):String
Returns a valid JSON string describing the object.
CyntaxicVO
 Inherited
getProp(prop:String):Object
Gets a property value by its property name.
CyntaxicVO
Property Detail
stageHeightproperty
stageHeight:int  [read-only]

The height of the stage.


Implementation
    public function get stageHeight():int
stageWidthproperty 
stageWidth:int  [read-only]

The width of the stage.


Implementation
    public function get stageWidth():int
Constructor Detail
ResizeVO()Constructor
public function ResizeVO()

Creates a new ResizeVO object which contains the width and the height of the stage.