Defines available methods in context container.
public function setTitle(newtitle:String):Void
Set the container title.
public function getTitle():String
Returns the container title.
public function setLocation(x:Number, y:Number):Void
Set the container position.
public function getLocation():Point
Returns the container position.
public function setSize(width:Number, height:Number):Void
Set the container size.
public function getSize():Rectangle
Returns the container size.
public function setFullScreenMode(b:Boolean):Void
Defines fullscreen mode of application.
public function isFullScreen():Boolean
Returns the fullscreen state.
public function getArgument(id):String
Returns application argument associated with id ID.
id