A B C D E F G H I J L M N O P R S T U V X Y Z

D

dashboard - Variable in class android.gameengine.icadroids.engine.GameEngine
The game dashboard.
DashboardImageView - Class in android.gameengine.icadroids.dashboard
An extension of the default Android ImageView class (see http://developer.android.com/reference/android/widget/ImageView.html) for use as a dashboard widget.
DashboardImageView(GameEngine, String) - Constructor for class android.gameengine.icadroids.dashboard.DashboardImageView
Constructor.
DashboardImageView(GameEngine) - Constructor for class android.gameengine.icadroids.dashboard.DashboardImageView
Constructor.
dashboards - Variable in class android.gameengine.icadroids.engine.GameEngine
It is possible to have multiple dashboards, stacked on top of each other. this.dashboard always holds the top level dashboard.
DashboardTextView - Class in android.gameengine.icadroids.dashboard
An extension of the default Android TextView class (see http://developer.android.com/reference/android/widget/TextView.html) for use as a dashboard widget.
DashboardTextView(GameEngine) - Constructor for class android.gameengine.icadroids.dashboard.DashboardTextView
Instantiate a new dashboard text view.
deleteAlarm(Alarm) - Method in class android.gameengine.icadroids.engine.GameEngine
Remove an alarm from the GameEngine.
deleteAllAlarms() - Method in class android.gameengine.icadroids.engine.GameEngine
Removes all alarm instances
deleteAllGameObjects() - Method in class android.gameengine.icadroids.engine.GameEngine
Delete all GameObjects from the game
deleteAllGameObjectsOfType(Class<T>) - Method in class android.gameengine.icadroids.engine.GameEngine
Remove all GameObject instances of given class type.
deleteGameObject(GameObject) - Method in class android.gameengine.icadroids.engine.GameEngine
Delete a GameObject from the game.
deleteThisGameObject() - Method in class android.gameengine.icadroids.objects.GameObject
Delete the GameObject.
disableButton(int) - Static method in class android.gameengine.icadroids.input.OnScreenButtons
Disable a onscreenbutton
dPadDown - Static variable in class android.gameengine.icadroids.input.OnScreenButtons
holds the values of wether or not the button has been pressed.
dPadLeft - Static variable in class android.gameengine.icadroids.input.OnScreenButtons
holds the values of wether or not the button has been pressed.
dPadRight - Static variable in class android.gameengine.icadroids.input.OnScreenButtons
holds the values of wether or not the button has been pressed.
dPadUp - Static variable in class android.gameengine.icadroids.input.OnScreenButtons
holds the values of wether or not the button has been pressed.
drawCustomObjects(Canvas) - Method in class android.gameengine.icadroids.objects.GameObject
Override this method to draw your own text, rectangle and other objects on the screen (like a game dashboard).
drawDebugTiles(Canvas, float, float, int) - Method in class android.gameengine.icadroids.engine.GameView
 
drawGameObject(Canvas) - Method in class android.gameengine.icadroids.objects.GameObject
Override this method to implement your own rendered canvas objects like text, rectangles or colors.
drawImage() - Method in class android.gameengine.icadroids.dashboard.DashboardImageView
 
drawTiles(Canvas) - Method in class android.gameengine.icadroids.tiles.GameTiles
Loop through the TileArray to draw the Tiles.

A B C D E F G H I J L M N O P R S T U V X Y Z