Uses of Class
org.apache.batik.ext.awt.g2d.AbstractGraphics2D
-
Packages that use AbstractGraphics2D Package Description org.apache.batik.ext.awt.g2d Provides an API for subclassing thejava.awt.Graphics2Dclass in order to translate Java 2D primitives into another graphic format.org.apache.batik.svggen Provides an API on top of theAbstractGraphics2Dto translate Java 2D primitives into the SVG format. -
-
Uses of AbstractGraphics2D in org.apache.batik.ext.awt.g2d
Subclasses of AbstractGraphics2D in org.apache.batik.ext.awt.g2d Modifier and Type Class Description classDefaultGraphics2DThis concrete implementation ofAbstractGraphics2Dis a simple help to programmers to get started with their own implementation ofGraphics2D.Constructors in org.apache.batik.ext.awt.g2d with parameters of type AbstractGraphics2D Constructor Description AbstractGraphics2D(AbstractGraphics2D g)Creates a new AbstractGraphics2D from an existing instance. -
Uses of AbstractGraphics2D in org.apache.batik.svggen
Subclasses of AbstractGraphics2D in org.apache.batik.svggen Modifier and Type Class Description classSVGGraphics2DThis implementation of the java.awt.Graphics2D abstract class allows users to generate SVG (Scalable Vector Graphics) content from Java code.
-