Class fever.app.context.haxe.HaxeContainer

Implemented Interfaces

IContextContainer

Description

Builds a Haxe container for application.

See Also

Field Index

getFullScreenMETHOD, getLocationMETHOD, getSizeMETHOD, getTitleMETHOD, setFullScreenMETHOD, setLocationMETHOD, setSizeMETHOD, setTitleMETHOD

Inherited from ContextContainer

Method Index

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

Inherited from ContextContainer

Constructor Detail

HaxeContainer

public function HaxeContainer()

Constructor.

Field Detail

setTitleMETHOD

static public setTitleMETHOD

getTitleMETHOD

static public getTitleMETHOD:HaxeMethod

setLocationMETHOD

static public setLocationMETHOD:HaxeMethod

getLocationMETHOD

static public getLocationMETHOD:HaxeMethod

setSizeMETHOD

static public setSizeMETHOD:HaxeMethod

getSizeMETHOD

static public getSizeMETHOD:HaxeMethod

setFullScreenMETHOD

static public setFullScreenMETHOD:HaxeMethod

getFullScreenMETHOD

static public getFullScreenMETHOD:HaxeMethod

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