Package nl.colorize.multimedialib.renderer
-
Interface Summary Interface Description ApplicationData Interface for using the renderer to save or load persistent application data.GraphicsContext Provides access to the renderer's drawing operations.InputDevice Used to poll the status of the platform's input devices.MediaLoader Loads media files such as images or audio in a format that can later be used by the renderer.Renderer Renders audiovisual data to that can be used to display multimedia applications. -
Class Summary Class Description AbstractRenderer Provides a skeleton implementation of theRendererinterface, without imposing any restrictions related to the actual rendering.Audio Represents an audio clip.Canvas Represents the resolution of the application graphics independently from the device's screen resolution.FilePointer Reference to a resource file that is part of the application using a relative path.WindowOptions Configuration options for when the renderer is displayed in a window when running on a desktop platform. -
Enum Summary Enum Description KeyCode Enumerates the keys on a conventional keyboard. -
Exception Summary Exception Description MediaException Indicates an error has occured when loading or processing media, such as images or audio.