Class VectorGraphics2D

java.lang.Object
java.awt.Graphics
java.awt.Graphics2D
de.erichseifert.vectorgraphics2d.VectorGraphics2D
All Implemented Interfaces:
Cloneable

public class VectorGraphics2D extends Graphics2D implements Cloneable

Implementation of the Graphics2D interface to Java to generate a sequence of commands. An instance of VectorGraphics2D can be used to replace any Graphics2D object. It can be created with its standard constructor:

Graphics2D g = new VectorGraphics2D();
See Also: