org.apache.fop.apps
Class AWTStarter

java.lang.Object
  extended by org.apache.fop.apps.Starter
      extended by org.apache.fop.apps.CommandLineStarter
          extended by org.apache.fop.apps.AWTStarter

public class AWTStarter
extends CommandLineStarter

initialize AWT previewer


Field Summary
protected  Driver driver
           
protected  XMLReader parser
           
static String TRANSLATION_PATH
           
 
Fields inherited from class org.apache.fop.apps.Starter
log
 
Constructor Summary
AWTStarter(CommandLineOptions commandLineOptions)
           
 
Method Summary
protected  PreviewDialog createPreviewDialog(AWTRenderer renderer, Translator res)
           
 void run()
          Run the format.
 
Methods inherited from class org.apache.fop.apps.Starter
setInputHandler, setLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

driver

protected Driver driver

parser

protected XMLReader parser

TRANSLATION_PATH

public static final String TRANSLATION_PATH
See Also:
Constant Field Values
Constructor Detail

AWTStarter

public AWTStarter(CommandLineOptions commandLineOptions)
           throws FOPException
Throws:
FOPException
Method Detail

run

public void run()
         throws FOPException
Description copied from class: CommandLineStarter
Run the format.

Overrides:
run in class CommandLineStarter
Throws:
FOPException - if there is an error during processing

createPreviewDialog

protected PreviewDialog createPreviewDialog(AWTRenderer renderer,
                                            Translator res)


Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.