org.apache.xmlgraphics.java2d.ps |
org.apache.xmlgraphics.commons.java2d.ps Package
Graphics2D implementations for generating PostScript and Encapsulated PostScript (EPS) files.
|
Java Source File Name | Type | Comment |
AbstractPSDocumentGraphics2D.java | Class | This class is a wrapper for the PSGraphics2D that
is used to create a full document around the PostScript rendering from
PSGraphics2D. |
EPSDocumentGraphics2D.java | Class | This class is a wrapper for the AbstractPSDocumentGraphics2D that
is used to create EPS (Encapsulated PostScript) files instead of PS file. |
PSDocumentGraphics2D.java | Class | This class is a wrapper for the PSGraphics2D that
is used to create a full document around the PostScript rendering from
PSGraphics2D. |
PSGraphics2D.java | Class | This is a concrete implementation of AbstractGraphics2D (and
therefore of Graphics2D) which is able to generate PostScript
code. |
StrokingTextHandler.java | Class | Default TextHandler implementation which paints text using graphics primitives (shapes). |
TextHandler.java | Interface | Interface which the PSGraphics2D class delegates text painting to. |