Class fever.app.context.swfstudio.StudioContainer

Implemented Interfaces

IContextContainer

Description

Builds a SWF Studio V3 container for application.

See Also

Field Index

Inherited from ContextContainer

Method Index

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

Inherited from ContextContainer

Constructor Detail

StudioContainer

public function StudioContainer()

Constructor.

Method Detail

setTitle

public function setTitle(newtitle:String):Void

Set the container title.

Specified By

setTitle() in fever.app.context.abstract.IContextContainer

getTitle

public function getTitle():String

Returns the container title.

Specified By

getTitle() in fever.app.context.abstract.IContextContainer

setLocation

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

Set the container position.

Specified By

setLocation() in fever.app.context.abstract.IContextContainer

getLocation

public function getLocation():Point

Returns the container title.

Specified By

getLocation() in fever.app.context.abstract.IContextContainer

setSize

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

Set the container size.

Specified By

setSize() in fever.app.context.abstract.IContextContainer

getSize

public function getSize():Rectangle

Returns the container title.

Specified By

getSize() in fever.app.context.abstract.IContextContainer

setFullScreenMode

public function setFullScreenMode(enabled:Boolean):Void

Sets current application in fullscreen mode if passed-in enabled is true, or in normal mode if false.

Specified By

setFullScreenMode() in fever.app.context.abstract.IContextContainer

isFullScreen

public function isFullScreen():Boolean

Indicates if current application is on fullscreen mode true or in normal mode false.

Specified By

isFullScreen() in fever.app.context.abstract.IContextContainer

getArgument

public function getArgument(id):String

TODO Returns application argument associated with id ID.

Specified By

getArgument() in fever.app.context.abstract.IContextContainer