| Interface | Description |
|---|---|
| Image |
Represents an image based on raster graphics.
|
| Class | Description |
|---|---|
| Animation |
Shows a number of images in sequence.
|
| Audio |
Represents an audio clip.
|
| BitmapFont |
Font that uses images for glyphs.
|
| ColorRGB |
Represents a color built out of red, green, and blue components.
|
| ImageAtlas |
A large image that contains a number of sub-images, marked as a region in the
large image and identified by name.
|
| ImageAtlasLoader |
Reads and writes image atlases to an XML file format.
|
| Sprite |
Static or animated two-dimensional image that can be integrated into a larger
scene.
|
| Transform |
Transformation that can be applied to a graphic when displaying it.
|