Uses of Package
org.foray.output

Packages that use org.foray.output
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). 
 

Classes in org.foray.output used by org.foray.output
Converter
          Abstract superclass for all output targets that do no layout, instead converting directly from the FO Tree.
OutputTarget
          Abstract superclass for all Renderers and Converters.
 

Classes in org.foray.output used by org.foray.render
OutputTarget
          Abstract superclass for all Renderers and Converters.
 

Classes in org.foray.output used by org.foray.render.awt
OutputTarget
          Abstract superclass for all Renderers and Converters.
 

Classes in org.foray.output used by org.foray.render.pcl
OutputTarget
          Abstract superclass for all Renderers and Converters.
 

Classes in org.foray.output used by org.foray.render.pdf
OutputTarget
          Abstract superclass for all Renderers and Converters.
 

Classes in org.foray.output used by org.foray.render.ps
OutputTarget
          Abstract superclass for all Renderers and Converters.
 

Classes in org.foray.output used by org.foray.render.svg
OutputTarget
          Abstract superclass for all Renderers and Converters.
 

Classes in org.foray.output used by org.foray.render.txt
OutputTarget
          Abstract superclass for all Renderers and Converters.
 

Classes in org.foray.output used by org.foray.render.xml
OutputTarget
          Abstract superclass for all Renderers and Converters.
 



Copyright © 2017. All rights reserved.