| Class | Description |
|---|---|
| AnimatedSprite |
An animated sprite, i.e. a sprite that has several different images which are
displayed one after the other with a given speed.
|
| DirectionAnimatedSprite |
A sprite with different animations depending on the direction
of movement.
|
| Sprite |
Class representing a sprite, i.e. an moveable object in the game.
|
| SpriteCollection<T extends Sprite> |
Enhanced collection class for sprites.
|
| Velocity |
Class to encapsulate the velocity of a sprite.
|
| Enum | Description |
|---|---|
| Direction |
Enumeration to indicate the direction of an object.
|
| Sprite.BoundaryPolicy |
How to handle sprites that reach the boundaries of the board.
|