org.apache.fop.render.ps

Class PSRendererConfigurator

Implemented Interfaces:
RendererConfigurator

public class PSRendererConfigurator
extends PrintRendererConfigurator

Postscript renderer config

Field Summary

Fields inherited from class org.apache.fop.render.PrintRendererConfigurator

log

Fields inherited from class org.apache.fop.render.AbstractRendererConfigurator

log, userAgent

Constructor Summary

PSRendererConfigurator(FOUserAgent userAgent)
Default constructor

Method Summary

void
configure(Renderer renderer)
Configure the PS renderer.

Methods inherited from class org.apache.fop.render.PrintRendererConfigurator

buildFontListFromConfiguration, configure, getFontInfoFromConfiguration

Methods inherited from class org.apache.fop.render.AbstractRendererConfigurator

getRendererConfig, getRendererConfig

Constructor Details

PSRendererConfigurator

public PSRendererConfigurator(FOUserAgent userAgent)
Default constructor
Parameters:
userAgent - user agent

Method Details

configure

public void configure(Renderer renderer)
            throws FOPException
Configure the PS renderer.
Specified by:
configure in interface RendererConfigurator
Overrides:
configure in interface PrintRendererConfigurator
Parameters:
renderer - postscript renderer
Throws:
FOPException - fop exception

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