Uses of Class
org.foray.output.OutputTarget

Packages that use OutputTarget
org.foray.output Classes for converting an FO Tree (not an Area Tree) to some specific output medium. 
org.foray.render Classes for rendering an Area Tree to some output medium. 
org.foray.render.awt Classes for rendering the Area Tree to Java's Abstract Windowing Toolkit (AWT). 
org.foray.render.pcl Classes for rendering the Area Tree to PCL (Hewlett-Packard's Printer Control Language). 
org.foray.render.pdf Classes for rendering the Area Tree to PDF. 
org.foray.render.ps Classes for rendering the Area Tree to Postscript. 
org.foray.render.svg Classes for rendering the Area Tree to SVG. 
org.foray.render.txt Classes for rendering the Area Tree to Text. 
org.foray.render.xml Classes for rendering the Area Tree to XML (for debugging). 
 

Uses of OutputTarget in org.foray.output
 

Subclasses of OutputTarget in org.foray.output
 class Converter
          Abstract superclass for all output targets that do no layout, instead converting directly from the FO Tree.
 class MIFConverter
          Renders areas to MIF.
 

Uses of OutputTarget in org.foray.render
 

Subclasses of OutputTarget in org.foray.render
 class PrintRenderer
          Abstract base class of "Print" type renderers.
 class Renderer
          Abstract base class for all renderers.
 

Uses of OutputTarget in org.foray.render.awt
 

Subclasses of OutputTarget in org.foray.render.awt
 class AWTPrintRenderer
          A specialized AWT Renderer that prints the document.
 class AWTRenderer
          A Renderer that displays the document using AWT.
 

Uses of OutputTarget in org.foray.render.pcl
 

Subclasses of OutputTarget in org.foray.render.pcl
 class PCLRenderer
          Renders areas to PCL.
 

Uses of OutputTarget in org.foray.render.pdf
 

Subclasses of OutputTarget in org.foray.render.pdf
 class PDFRenderer
          Renderer for PDF output.
 

Uses of OutputTarget in org.foray.render.ps
 

Subclasses of OutputTarget in org.foray.render.ps
 class PSRenderer
          Renderer that renders to PostScript.
 

Uses of OutputTarget in org.foray.render.svg
 

Subclasses of OutputTarget in org.foray.render.svg
 class SVGRenderer
          A Renderer implementation that writes the document as SVG.
 

Uses of OutputTarget in org.foray.render.txt
 

Subclasses of OutputTarget in org.foray.render.txt
 class TXTRenderer
          Renderer that renders areas to plain text.
 

Uses of OutputTarget in org.foray.render.xml
 

Subclasses of OutputTarget in org.foray.render.xml
 class XMLRenderer
          Renderer that renders areas to XML for debugging purposes.
 



Copyright © 2017. All rights reserved.