Package nl.colorize.multimedialib.scene
-
Interface Summary Interface Description Renderable Interface for all objects that render graphics during the animation loop.Scene Represents a discrete part or phase of an application, that is active for some period of time.SceneContext Provides an interface to add context information that can be accessed by scenes.Subsystem Functional area that is part of a larger scene.Updatable Defines a standardized interface for all objects that should be updated every frame during the animation loop. -
Class Summary Class Description ComplexScene Scene that is split into a number of subsystems.Effect An animated graphical effect that can be played as part of a scene.EffectManager Controls registration and playback for graphical effects that can be played as part of a scene.SceneManager Implements a mechanism that divides the application life cycle into a number of separate scenes.Timer Utility class for time-based behavior.