public class PDFRendererConfigurator extends PrintRendererConfigurator
log
userAgent
Constructor and Description |
---|
PDFRendererConfigurator(FOUserAgent userAgent)
Default constructor
|
Modifier and Type | Method and Description |
---|---|
static java.util.Map |
buildFilterMapFromConfiguration(org.apache.avalon.framework.configuration.Configuration cfg)
Builds a filter map from an Avalon Configuration object.
|
void |
configure(IFDocumentHandler documentHandler)
Configures a intermediate format document handler.
|
void |
configure(Renderer renderer)
Throws an UnsupportedOperationException.
|
buildFontList, setupFontInfo
getRendererConfig, getRendererConfig, getType
getConfig
public PDFRendererConfigurator(FOUserAgent userAgent)
userAgent
- user agentpublic void configure(Renderer renderer)
configure
in interface RendererConfigurator
configure
in class PrintRendererConfigurator
renderer
- not usedpublic static java.util.Map buildFilterMapFromConfiguration(org.apache.avalon.framework.configuration.Configuration cfg) throws org.apache.avalon.framework.configuration.ConfigurationException
cfg
- the Configuration objectorg.apache.avalon.framework.configuration.ConfigurationException
- if a filter list is defined twicepublic void configure(IFDocumentHandler documentHandler) throws FOPException
configure
in interface IFDocumentHandlerConfigurator
configure
in class PrintRendererConfigurator
documentHandler
- the document handler instanceFOPException
- if an error occurs while configuring the objectCopyright 1999-2012 The Apache Software Foundation. All Rights Reserved.