public class PCLRendererConfigurator extends PrintRendererConfigurator implements IFDocumentHandlerConfigurator
loguserAgent| Constructor and Description |
|---|
PCLRendererConfigurator(FOUserAgent userAgent)
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
configure(IFDocumentHandler documentHandler)
Configures a intermediate format document handler.
|
void |
configure(Renderer renderer)
Throws an UnsupportedOperationException.
|
void |
setupFontInfo(IFDocumentHandler documentHandler,
FontInfo fontInfo)
Sets up the
FontInfo object for the IFDocumentHandler. |
buildFontListgetRendererConfig, getRendererConfig, getTypegetConfigpublic PCLRendererConfigurator(FOUserAgent userAgent)
userAgent - user agentpublic void configure(Renderer renderer)
configure in interface RendererConfiguratorconfigure in class PrintRendererConfiguratorrenderer - not usedpublic void configure(IFDocumentHandler documentHandler) throws FOPException
configure in interface IFDocumentHandlerConfiguratorconfigure in class PrintRendererConfiguratordocumentHandler - the document handler instanceFOPException - if an error occurs while configuring the objectpublic void setupFontInfo(IFDocumentHandler documentHandler, FontInfo fontInfo) throws FOPException
FontInfo object for the IFDocumentHandler.setupFontInfo in interface IFDocumentHandlerConfiguratorsetupFontInfo in class PrintRendererConfiguratordocumentHandler - the document handler instancefontInfo - the font info object to set upFOPException - if an error occurs while configuring the objectCopyright 1999-2012 The Apache Software Foundation. All Rights Reserved.