org.apache.fop.render
Class AbstractRendererConfigurator
java.lang.Object
org.apache.fop.render.AbstractRendererConfigurator
public abstract class AbstractRendererConfigurator
extends java.lang.Object
Abstract base classes for renderer-related configurator classes. This class basically just
provides an accessor to the specific renderer configuration object.
log
protected static Log log
logger instance
userAgent
protected FOUserAgent userAgent
fop factory configuration
AbstractRendererConfigurator
public AbstractRendererConfigurator(FOUserAgent userAgent)
Default constructor
getRendererConfig
protected Configuration getRendererConfig(Renderer renderer)
Returns the configuration subtree for a specific renderer.
- the requested configuration subtree, null if there's no configuration
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.