Class fever.app.context.abstract.ContextContainer

Description

Defines available methods in context container.

See Also

Field Index

getArgument, getLocation, getSize, getTitle, isFullScreen, quit, setFullScreenMode, setLocation, setSize, setTitle

Method Index

toString()

Field Detail

setTitle

public setTitle:Function
Template method. Set the container title.

getTitle

public getTitle:Function
Template method. Returns the container title.

setLocation

public setLocation:Function
Template method. Set the container position.

getLocation

public getLocation:Function
Template method. Returns the container position.

setSize

public setSize:Function
Template method. Set the container size.

getSize

public getSize:Function
Template method. Returns the container size.

setFullScreenMode

public setFullScreenMode:Function
Template method. Defines fullscreen mode of application.

isFullScreen

public isFullScreen:Function
Template method. Returns the fullscreen state.

getArgument

public getArgument:Function
Template method. Returns application argument.

quit

public quit:Function
Template method. Quit application.

Method Detail

toString

public function toString():String

Returns string representation.