| Class | Description |
|---|---|
| Bullet |
A Bullet is a special type of Sprite.
|
| Explosion |
A sprite that represents an explosion.
|
| ImageSprite |
A sprite that displays an image.
|
| OvalSprite |
A simple sprite which is filled, colored oval whose width and height are equal to the
width and height of the sprite.
|
| SimpleGun |
A sprite that represents a gun.
|
| Sprite |
A Sprite represents a small graphical element that can draw itself in a SpritePanel.
|
| SpritePanel |
A SpritePanel is a panel that can hold, display, and manage Sprites.
|
| TextSprite |
A sprite that displays a string of text.
|