Class Java2DGraphicsContext

  • All Implemented Interfaces:
    GraphicsContext

    public class Java2DGraphicsContext
    extends java.lang.Object
    implements GraphicsContext
    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.