SourceForge.net Logo
aXSL API 0.2

org.axsl.output
Interface Renderer

All Superinterfaces:
OutputTarget

public interface Renderer
extends OutputTarget

Specialized OutputTarget that converts an AreaTree instance into a specific output format.


Method Summary
 void render(Page page)
          Render the given Galley page.
 void setGalley(Galley galley)
          Sets the Galley instance that will be rendered.
 
Methods inherited from interface org.axsl.output.OutputTarget
getFontSources, outputStreamRequired, setApplicationName, setApplicationNameShort, setApplicationVersion, setDeveloperUrlShort, setFontConsumer, setOutputStream, setStrokeText, startOutput, stopOutput
 

Method Detail

setGalley

void setGalley(Galley galley)
Sets the Galley instance that will be rendered.

Parameters:
galley - The Galley instance to be rendered.

render

void render(Page page)
            throws OutputException
Render the given Galley page.

Parameters:
page - The Galley page to render.
Throws:
OutputException - For errors encountered during rendering.

SourceForge.net Logo
aXSL API 0.2

This documentation was created August 8 2007 by The aXSL Group and may be freely copied. See license for details.