Class Java2DGraphicsContext

  • All Implemented Interfaces:
    GraphicsContext2D

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