| AWTImage |
Represents image data using Java 2D's BufferedImage.
|
| AWTInput |
Input device that uses AWT to capture mouse and keyboard events.
|
| HeadlessRenderer |
|
| Java2DGraphicsContext |
Uses Java 2D to render graphics.
|
| Java2DRenderer |
Implementation of a renderer that uses APIs from the Java standard library.
|
| MP3 |
Plays MP3 files using the JLayer library.
|
| StandardApplicationData |
Saves application data to a simple .properties file in the platform's
standard location.
|
| StandardInternetAccess |
Sends HTTP requests using the HTTP client included as part of the Java
standard library.
|
| StandardMediaLoader |
Uses APIs from the Java standard library to load media files: Java2D and ImageIO
for loading images, Java Sound for loading audio clips, and AWT for loading fonts.
|
| WindowOptions |
Configuration options for when the renderer is displayed in a window when
running on a desktop platform.
|