org.apache.fop.render.bitmap

Class TIFFRendererConfigurator

Implemented Interfaces:
RendererConfigurator

public class TIFFRendererConfigurator
extends PrintRendererConfigurator

TIFF 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

TIFFRendererConfigurator(FOUserAgent userAgent)
Default constructor

Method Summary

void
configure(Renderer renderer)
Configure the TIFF 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

TIFFRendererConfigurator

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

Method Details

configure

public void configure(Renderer renderer)
            throws FOPException
Configure the TIFF renderer. Get the configuration to be used for compression
Specified by:
configure in interface RendererConfigurator
Overrides:
configure in interface PrintRendererConfigurator
Parameters:
renderer - tiff renderer
Throws:
FOPException - fop exception

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