public interface Renderer extends OutputTarget
OutputTarget that converts an AreaTree instance into
a specific output format.| Modifier and Type | Method and Description |
|---|---|
void |
render(Page page)
Render the given Galley page.
|
void |
setGalley(Galley galley)
Sets the
Galley instance that will be rendered. |
getFontSources, outputStreamRequired, setApplicationName, setApplicationNameShort, setApplicationVersion, setDeveloperUrlShort, setFontConsumer, setOutputStream, setStrokeText, startOutput, stopOutputvoid setGalley(Galley galley)
Galley instance that will be rendered.galley - The Galley instance to be rendered.void render(Page page) throws GalleyVisitorException
page - The Galley page to render.GalleyVisitorException - For errors encountered during rendering.This documentation was created 2017-01-24 at 21:26 GMT by The aXSL Group and may be freely copied. See license for details.