|
xmlgraphics-commons 1.0 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractGraphics2D | |
org.apache.xmlgraphics.java2d |
Provides convenience base and utility classes for subclassing the
java.awt.Graphics2D class in order to translate
Java 2D primitives into another graphic format. |
org.apache.xmlgraphics.java2d.ps |
Uses of AbstractGraphics2D in org.apache.xmlgraphics.java2d |
Subclasses of AbstractGraphics2D in org.apache.xmlgraphics.java2d | |
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 | |
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 | |
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. |
|
xmlgraphics-commons 1.0 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |