Class PSRendererConfigurator
java.lang.Object
org.apache.fop.render.AbstractRendererConfigurator
org.apache.fop.render.PrintRendererConfigurator
org.apache.fop.render.DefaultRendererConfigurator
org.apache.fop.render.ps.PSRendererConfigurator
- All Implemented Interfaces:
IFDocumentHandlerConfigurator
Postscript renderer config
-
Field Summary
Fields inherited from class AbstractRendererConfigurator
userAgent -
Constructor Summary
ConstructorsConstructorDescriptionPSRendererConfigurator(FOUserAgent userAgent, RendererConfig.RendererConfigParser rendererConfigParser) Default constructor -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(IFDocumentHandler documentHandler) Configures a intermediate format document handler.private voidconfigure(PSRenderingUtil psUtil, PSRendererConfig psConfig) Methods inherited from class DefaultRendererConfigurator
getDefaultFontCollectionMethods inherited from class PrintRendererConfigurator
configure, createCollectionFromFontList, createDefaultInstance, getCustomFontCollection, getRendererConfig, getRendererConfig, getRendererConfig, setupFontInfoMethods inherited from class AbstractRendererConfigurator
getType
-
Constructor Details
-
PSRendererConfigurator
public PSRendererConfigurator(FOUserAgent userAgent, RendererConfig.RendererConfigParser rendererConfigParser) Default constructor- Parameters:
userAgent- user agent
-
-
Method Details
-
configure
-
configure
Description copied from class:PrintRendererConfiguratorConfigures a intermediate format document handler.- Specified by:
configurein interfaceIFDocumentHandlerConfigurator- Overrides:
configurein classPrintRendererConfigurator- Parameters:
documentHandler- the document handler instance- Throws:
FOPException- if an error occurs while configuring the object
-