fop 1.0

org.apache.fop.render.ps
Class PSRendererConfigurator

java.lang.Object
  extended by org.apache.fop.render.AbstractConfigurator
      extended by org.apache.fop.render.AbstractRendererConfigurator
          extended by org.apache.fop.render.PrintRendererConfigurator
              extended by org.apache.fop.render.ps.PSRendererConfigurator
All Implemented Interfaces:
IFDocumentHandlerConfigurator, RendererConfigurator

public class PSRendererConfigurator
extends PrintRendererConfigurator
implements IFDocumentHandlerConfigurator

Postscript renderer config


Field Summary
 
Fields inherited from class org.apache.fop.render.PrintRendererConfigurator
log
 
Fields inherited from class org.apache.fop.render.AbstractConfigurator
userAgent
 
Constructor Summary
PSRendererConfigurator(FOUserAgent userAgent)
          Default constructor
 
Method Summary
 void configure(IFDocumentHandler documentHandler)
          Configures a intermediate format document handler.
 void configure(Renderer renderer)
          Configure the PS 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
 
Methods inherited from interface org.apache.fop.render.intermediate.IFDocumentHandlerConfigurator
setupFontInfo
 

Constructor Detail

PSRendererConfigurator

public PSRendererConfigurator(FOUserAgent userAgent)
Default constructor

Parameters:
userAgent - user agent
Method Detail

configure

public void configure(Renderer renderer)
               throws FOPException
Configure the PS renderer.

Specified by:
configure in interface RendererConfigurator
Overrides:
configure in class PrintRendererConfigurator
Parameters:
renderer - postscript renderer
Throws:
FOPException - fop exception

configure

public void configure(IFDocumentHandler documentHandler)
               throws FOPException
Configures a intermediate format document handler.

Specified by:
configure in interface IFDocumentHandlerConfigurator
Overrides:
configure in class PrintRendererConfigurator
Parameters:
documentHandler - the document handler instance
Throws:
FOPException - if an error occurs while configuring the object

fop 1.0

Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.