|
fop 1.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.render.AbstractConfigurator
org.apache.fop.render.AbstractRendererConfigurator
org.apache.fop.render.PrintRendererConfigurator
org.apache.fop.render.pdf.PDFRendererConfigurator
PDF renderer configurator.
Field Summary |
Fields inherited from class org.apache.fop.render.PrintRendererConfigurator |
log |
Fields inherited from class org.apache.fop.render.AbstractConfigurator |
userAgent |
Constructor Summary | |
PDFRendererConfigurator(FOUserAgent userAgent)
Default constructor |
Method Summary | |
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)
Configure the PDF renderer. |
Methods inherited from class org.apache.fop.render.PrintRendererConfigurator |
buildFontList, setupFontInfo |
Methods inherited from class org.apache.fop.render.AbstractRendererConfigurator |
getRendererConfig, getRendererConfig, getType |
Methods inherited from class org.apache.fop.render.AbstractConfigurator |
getConfig |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PDFRendererConfigurator(FOUserAgent userAgent)
userAgent
- user agentMethod Detail |
public void configure(Renderer renderer) throws FOPException
configure
in interface RendererConfigurator
configure
in class PrintRendererConfigurator
renderer
- pdf renderer
FOPException
- fop exceptionpublic static java.util.Map buildFilterMapFromConfiguration(org.apache.avalon.framework.configuration.Configuration cfg) throws org.apache.avalon.framework.configuration.ConfigurationException
cfg
- the Configuration object
org.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
FOPException
|
fop 1.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |