Uses of Class
org.apache.xmlgraphics.java2d.AbstractGraphics2D
Packages that use AbstractGraphics2D
Package
Description
Provides convenience base and utility classes for subclassing the
java.awt.Graphics2D
class in order to translate
Java 2D primitives into another graphic format.Graphics2D implementations for generating PostScript and Encapsulated PostScript (EPS) files.
-
Uses of AbstractGraphics2D in org.apache.xmlgraphics.java2d
Subclasses of AbstractGraphics2D in org.apache.xmlgraphics.java2dModifier and TypeClassDescriptionclass
This concrete implementation of AbstractGraphics2D is a simple help to programmers to get started with their own implementation of Graphics2D.Constructors in org.apache.xmlgraphics.java2d with parameters of type AbstractGraphics2DModifierConstructorDescriptionCreates a new AbstractGraphics2D from an existing instance. -
Uses of AbstractGraphics2D in org.apache.xmlgraphics.java2d.ps
Subclasses of AbstractGraphics2D in org.apache.xmlgraphics.java2d.psModifier and TypeClassDescriptionclass
This class is a wrapper for the PSGraphics2D that is used to create a full document around the PostScript rendering from PSGraphics2D.class
This class is a wrapper for the AbstractPSDocumentGraphics2D that is used to create EPS (Encapsulated PostScript) files instead of PS file.class
This class is a wrapper for the PSGraphics2D that is used to create a full document around the PostScript rendering from PSGraphics2D.class
This is a concrete implementation of AbstractGraphics2D (and therefore of Graphics2D) which is able to generate PostScript code.