Class Java2DGraphicsContext

java.lang.Object
nl.colorize.multimedialib.renderer.java2d.Java2DGraphicsContext
All Implemented Interfaces:
StageVisitor

public class Java2DGraphicsContext extends Object implements StageVisitor
Uses Java 2D to render graphics. Because of Java 2D's flexibility this class supports several graphics contexts: drawing can be either directly to a window using active rendering, but also to a Swing component, or to an image.