Interface fever.app.context.abstract.IContextContainer

Description

Defines available methods in context container.

Method Index

getArgument(), getLocation(), getSize(), getTitle(), isFullScreen(), setFullScreenMode(), setLocation(), setSize(), setTitle()

Method Detail

setTitle

public function setTitle(newtitle:String):Void

Set the container title.

getTitle

public function getTitle():String

Returns the container title.

setLocation

public function setLocation(x:Number, y:Number):Void

Set the container position.

getLocation

public function getLocation():Point

Returns the container position.

setSize

public function setSize(width:Number, height:Number):Void

Set the container size.

getSize

public function getSize():Rectangle

Returns the container size.

setFullScreenMode

public function setFullScreenMode(b:Boolean):Void

Defines fullscreen mode of application.

isFullScreen

public function isFullScreen():Boolean

Returns the fullscreen state.

getArgument

public function getArgument(id):String

Returns application argument associated with id ID.