This interface is used to define a
CynView
object.
public function init(vo:CyntaxicVO):CynView
Optionally initialize a view. This is useful when extending a graphical
objects from a Flash library where the constructor is not available.
Parameters
| vo:CyntaxicVO — The value object to pass parameters.
|
Returns | CynView — The CynView for chainability.
|
public function resize(vo:ResizeVO):void
Invoked when Event.RESIZE event is fired. A ResizeVO
is passed
in containing stage.stageWidth
and stage.stageHeight
properties.
Parameters
| vo:ResizeVO — A ResizeVO containing stage.stageWidth and stage.stageHeight properties.
|
Sun Apr 29 2012, 05:03 PM -04:00