|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
|---|---|
| AWTStarter | Starter for the AWT viewer. |
| CommandLineOptions | Parses the commandline arguments. |
| CommandLineStarter | Superclass for all classes which start FOray from the commandline. |
| FOray | Command-line entry point to the FOray application. |
| FOraySpecific | Utility class that creates FOray-specific implementations of the high-level objects for each module. |
| Options | Loads configuration files and additional setting of commandline options. |
| OutputTargetFactory | Utility class used to create output targets. |
| PrintStarter | This class prints a xsl-fo document without interaction. |
| Starter | Abstract super class for all FOray starters. |
| Enum Summary | |
|---|---|
| OutputTargetType | Enumeration of the various output options for FOray. |
Application classes used for running FOray both on the command line and embedded in other applications.
The main purpose of FOray is to render XSL-FO documents into a variety of output formats, including PDF, text, MIF, Postscript, and others. This process requires two conversions as the data moves through the following three stages:
As a convenience to users, FOray can also manage the following ancillary processes:
To get an overview of the FOray process, begin with the class org.foray.app.CommandLineStarter.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||