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

T

tap() - Method in class com.brackeen.javagamebook.input.GameAction
Taps this GameAction.
taskQueue - Variable in class com.brackeen.javagamebook.util.ThreadPool
 
threadID - Variable in class com.brackeen.javagamebook.util.ThreadPool
 
ThreadPool - Class in com.brackeen.javagamebook.util
A thread pool is a group of a limited number of threads that are used to execute tasks.
ThreadPool(int) - Constructor for class com.brackeen.javagamebook.util.ThreadPool
Creates a new ThreadPool.
ThreadPool.PooledThread - Class in com.brackeen.javagamebook.util
A PooledThread is a Thread in a ThreadPool group, designed to run tasks (Runnables).
ThreadPool.PooledThread() - Constructor for class com.brackeen.javagamebook.util.ThreadPool.PooledThread
 
threadPoolID - Static variable in class com.brackeen.javagamebook.util.ThreadPool
 
threadStarted() - Method in class com.brackeen.javagamebook.sound.SoundManager
Signals that a PooledThread has started.
threadStarted() - Method in class com.brackeen.javagamebook.util.ThreadPool
Signals that a PooledThread has started.
threadStopped() - Method in class com.brackeen.javagamebook.sound.SoundManager
Signals that a PooledThread has stopped.
threadStopped() - Method in class com.brackeen.javagamebook.util.ThreadPool
Signals that a PooledThread has stopped.
TILE_SIZE_BITS - Static variable in class se.liu.student.kimgr905.tilegame.TileGameResourceManager
 
TileGameResourceManager - Class in se.liu.student.kimgr905.tilegame
The ResourceManager class loads and manages "host" Sprites used in the game.
TileGameResourceManager() - Constructor for class se.liu.student.kimgr905.tilegame.TileGameResourceManager
Creates a new ResourceManager.
TileMap - Class in se.liu.student.kimgr905.tilegame
Class for handling a TileMap.
TileMap() - Constructor for class se.liu.student.kimgr905.tilegame.TileMap
Creates a new TileMap object, with a emty LinkedList.
TileMapRenderer - Class in se.liu.student.kimgr905.tilegame
The TileMapRenderer class draws a TileMap on the screen.
TileMapRenderer() - Constructor for class se.liu.student.kimgr905.tilegame.TileMapRenderer
 
tilesToPixels(int) - Static method in class se.liu.student.kimgr905.tilegame.TileGameResourceManager
Converts a tile position to a pixel position.
TimeSmoothie - Class in com.brackeen.javagamebook.util
Smoothes out the jumps in time do to poor timer accuracy.
TimeSmoothie() - Constructor for class com.brackeen.javagamebook.util.TimeSmoothie
 
totalDuration - Variable in class com.brackeen.javagamebook.graphics.Animation
 

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