Uses of Class
android.gameengine.icadroids.engine.GameEngine

Packages that use GameEngine
android.gameengine.icadroids.dashboard   
android.gameengine.icadroids.engine   
android.gameengine.icadroids.forms   
 

Uses of GameEngine in android.gameengine.icadroids.dashboard
 

Fields in android.gameengine.icadroids.dashboard declared as GameEngine
protected  GameEngine DashboardTextView.gameEngine
           
protected  GameEngine DashboardImageView.gameEngine
           
 

Constructors in android.gameengine.icadroids.dashboard with parameters of type GameEngine
DashboardImageView(GameEngine gameEngine)
          Constructor.
DashboardImageView(GameEngine gameEngine, java.lang.String resourceName)
          Constructor.
DashboardTextView(GameEngine gameEngine)
          Instantiate a new dashboard text view.
 

Uses of GameEngine in android.gameengine.icadroids.engine
 

Constructors in android.gameengine.icadroids.engine with parameters of type GameEngine
GameThread(GameEngine ge, GameView view)
          Intialize the Gameloop
GameView(GameEngine ge)
          Constructs a new view
 

Uses of GameEngine in android.gameengine.icadroids.forms
 

Constructors in android.gameengine.icadroids.forms with parameters of type GameEngine
GameForm(GameEngine gameEngine)
          Make a GameForm without adding a new layout.
GameForm(java.lang.String layoutName, IFormInput IformInput, GameEngine gameEngine)
          Make a GameForm and show immediately the given Layout
ViewCreator(GameEngine gameengine, int layoutID, IFormInput IformInput)
          Creates a view on top of the GameView that are made in the android XML layout file