| fop 0.94 | |
| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.apache.fop.render.AbstractRendererConfiguratororg.apache.fop.render.PrintRendererConfiguratororg.apache.fop.render.ps.PSRendererConfiguratorpublic class PSRendererConfiguratorextends PrintRendererConfiguratorField Summary |
Fields inherited from class org.apache.fop.render.PrintRendererConfigurator | |
log | |
Fields inherited from class org.apache.fop.render.AbstractRendererConfigurator | |
log, userAgent | |
Constructor Summary | |
| |
Methods inherited from class org.apache.fop.render.PrintRendererConfigurator | |
buildFontListFromConfiguration, configure, getFontInfoFromConfiguration | |
Methods inherited from class org.apache.fop.render.AbstractRendererConfigurator | |
getRendererConfig | |
public PSRendererConfigurator(FOUserAgent userAgent)
Default constructor
- Parameters:
userAgent- user agent
public void configure(Renderer renderer) throws FOPException
Configure the PS renderer.
- Specified by:
- configure in interface RendererConfigurator
- Overrides:
- configure in interface PrintRendererConfigurator
- Parameters:
renderer- postscript renderer
- Throws:
FOPException- fop exception
| fop 0.94 |