| Package | com.cyntaxic.cynmvc.controller.vos |
| Class | public class ResizeVO |
| Inheritance | ResizeVO CyntaxicVO Object |
ResizeVO class is a value object used to contain information about
the stage dimensions.
| Property | Defined By | ||
|---|---|---|---|
| stageHeight : int [read-only]
The height of the stage. | ResizeVO | ||
| stageWidth : int [read-only]
The width of the stage. | ResizeVO | ||
| Method | Defined By | ||
|---|---|---|---|
ResizeVO()
Creates a new ResizeVO object which contains the width and
the height of the stage. | ResizeVO | ||
![]() | describe(compact:Boolean = true):String
Returns a valid JSON string describing the object. | CyntaxicVO | |
![]() | getProp(prop:String):Object
Gets a property value by its property name. | CyntaxicVO | |
| stageHeight | property |
stageHeight:int [read-only] The height of the stage.
public function get stageHeight():int| stageWidth | property |
stageWidth:int [read-only] The width of the stage.
public function get stageWidth():int| ResizeVO | () | Constructor |
public function ResizeVO()
Creates a new ResizeVO object which contains the width and
the height of the stage.