Package nl.colorize.multimedialib.stage


package nl.colorize.multimedialib.stage
  • Class
    Description
    Describes the alignment with which a text should be displayed.
    2D sprite animation that shows a number of images in sequence.
    Describes an audio clip that has been loaded by the renderer.
    Represents a color built out of red, green, and blue components.
    Stage node that does not provide any graphics, but can instead be used to add additional graphics as children.
    Describes a TrueType or FreeType font that can be used by the renderer to draw text.
    Stage node that does not provide any graphics, but can instead be used to add additional graphics as children.
    Describes image data for an image that has been loaded by the renderer.
    Light source that influences 3D graphics on the stage.
    Tracks progress for media files that are loaded by the renderer.
    Polygon mesh that can be used to render 3D graphics.
    Draws a graphical primitive to the screen.
    Static or animated image that can be displayed on the stage.
    Packs a number of images into a larger image, with each image existing as a named region.
    The stage contains the graphics and audio for the currently active scene.
    Shared interface for all 3D graphics that can be added to the stage's scene graph.
    Shared interface for all 3D graphics that can be added to the stage's scene graph.
    Interface that is notified whenever the stage is modified.
    Visitor interface that can be used to traverse all nodes currently on the stage.
    Draws text to the screen using the specified TrueType font.
    Defines the list of transformation properties that should be applied to graphics when displaying them.
    Transformation matrix that controls how polygonal 3D graphics are displayed.