Uses of Class
org.apache.xmlgraphics.java2d.AbstractGraphics2D
-
Packages that use AbstractGraphics2D Package Description org.apache.xmlgraphics.java2d Provides convenience base and utility classes for subclassing thejava.awt.Graphics2D
class in order to translate Java 2D primitives into another graphic format.org.apache.xmlgraphics.java2d.ps 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.java2d Modifier and Type Class Description class
DefaultGraphics2D
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 AbstractGraphics2D Constructor Description AbstractGraphics2D(AbstractGraphics2D g)
Creates a new AbstractGraphics2D from an existing instance. -
Uses of AbstractGraphics2D in org.apache.xmlgraphics.java2d.ps
Subclasses of AbstractGraphics2D in org.apache.xmlgraphics.java2d.ps Modifier and Type Class Description class
AbstractPSDocumentGraphics2D
This class is a wrapper for the PSGraphics2D that is used to create a full document around the PostScript rendering from PSGraphics2D.class
EPSDocumentGraphics2D
This class is a wrapper for the AbstractPSDocumentGraphics2D that is used to create EPS (Encapsulated PostScript) files instead of PS file.class
PSDocumentGraphics2D
This class is a wrapper for the PSGraphics2D that is used to create a full document around the PostScript rendering from PSGraphics2D.class
PSGraphics2D
This is a concrete implementation of AbstractGraphics2D (and therefore of Graphics2D) which is able to generate PostScript code.
-