org.apache.fop.render.txt

Class TXTRendererConfigurator

Implemented Interfaces:
RendererConfigurator

public class TXTRendererConfigurator
extends PrintRendererConfigurator

TXT Renderer configurator

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

TXTRendererConfigurator(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

TXTRendererConfigurator

public TXTRendererConfigurator(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 - TXT renderer
Throws:
FOPException - fop exception

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