Class Summary |
AttributeSet |
Role's logical attribute set, which is provided to RoleView object
for drawing. |
Background |
Background is in charge of the background of game,
and it keeps and updates the viewport of the game. |
DOMTree |
DOMTree supports some frequently-used operations on an
org.w3c.dom.Node object. |
GameContainer |
GameContainer is in charge of the game (frame) updating
and the communications among all the roles inside it. |
GameEvent |
GameEvent works as the medium of the communication among different roles. |
GameScheduler |
A game scheduler is a container holding several
game containers. |
Role |
This class represents a logical role who lives and acts
inside a game container. |
StageLoader |
StageLoader loads a new stage and reinitialize the game. |