org.apache.fop.render.ps |
org.apache.fop.render.ps Package
PostScript Renderer
|
Java Source File Name | Type | Comment |
AbstractPSTranscoder.java | Class | This class enables to transcode an input to a PostScript document.
Two transcoding hints (KEY_WIDTH and
KEY_HEIGHT) can be used to respectively specify the image
width and the image height. |
EPSTranscoder.java | Class | This class enables to transcode an input to a EPS document.
Two transcoding hints (KEY_WIDTH and
KEY_HEIGHT) can be used to respectively specify the image
width and the image height. |
NativeTextHandler.java | Class | Specialized TextHandler implementation that the PSGraphics2D class delegates to to paint text
using PostScript text operations. |
PSFontUtils.java | Class | Utility code for font handling in PostScript. |
PSGraphics2DAdapter.java | Class | Graphics2DAdapter implementation for PostScript. |
PSImageFormResource.java | Class | PostScript Resource class representing a FOP form. |
PSImageUtils.java | Class | Utility code for rendering images in PostScript. |
PSRenderer.java | Class | Renderer that renders to PostScript.
This class currently generates PostScript Level 2 code. |
PSRendererConfigurator.java | Class | |
PSRendererContextConstants.java | Interface | Defines a number of standard constants (keys) for use by the RendererContext class. |
PSRendererMaker.java | Class | RendererMaker for the PostScript Renderer. |
PSSVGHandler.java | Class | PostScript XML handler for SVG. |
PSTextElementBridge.java | Class | Bridge class for the <text> element. |
PSTextPainter.java | Class | Renders the attributed character iterator of a TextNode.
This class draws the text directly into the PSGraphics2D so that
the text is not drawn using shapes which makes the PS files larger.
If the text is simple enough to draw then it sets the font and calls
drawString. |
PSTranscoder.java | Class | This class enables to transcode an input to a PostScript document.
Two transcoding hints (KEY_WIDTH and
KEY_HEIGHT) can be used to respectively specify the image
width and the image height. |
ResourceHandler.java | Class | This class is used when two-pass production is used to generate the PostScript file (setting
"optimize-resources"). |