fop 0.95beta | |
Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.fop.render.AbstractRendererConfigurator
org.apache.fop.render.PrintRendererConfigurator
org.apache.fop.render.pdf.PDFRendererConfigurator
public class PDFRendererConfigurator
extends PrintRendererConfigurator
Field Summary |
Fields inherited from class org.apache.fop.render.PrintRendererConfigurator | |
log |
Fields inherited from class org.apache.fop.render.AbstractRendererConfigurator | |
log , userAgent |
Constructor Summary | |
|
Method Summary | |
static Map |
|
void |
Methods inherited from class org.apache.fop.render.PrintRendererConfigurator | |
buildFontListFromConfiguration , configure , getFontInfoFromConfiguration |
Methods inherited from class org.apache.fop.render.AbstractRendererConfigurator | |
getRendererConfig , getRendererConfig |
public PDFRendererConfigurator(FOUserAgent userAgent)
Default constructor
- Parameters:
userAgent
- user agent
public static Map buildFilterMapFromConfiguration(Configuration cfg) throws ConfigurationException
Builds a filter map from an Avalon Configuration object.
- Parameters:
cfg
- the Configuration object
- Returns:
- Map the newly built filter map
public void configure(Renderer renderer) throws FOPException
Configure the PDF renderer. Get the configuration to be used for pdf stream filters, fonts etc.
- Specified by:
- configure in interface RendererConfigurator
- Overrides:
- configure in interface PrintRendererConfigurator
- Parameters:
renderer
- pdf renderer
- Throws:
FOPException
- fop exception
fop 0.95beta |