org.apache.fop.apps
Class AWTStarter

java.lang.Object
  extended byorg.apache.fop.apps.Starter
      extended byorg.apache.fop.apps.CommandLineStarter
          extended byorg.apache.fop.apps.AWTStarter

public class AWTStarter
extends CommandLineStarter

initialize AWT previewer


Field Summary
protected  Driver driver
           
protected  org.xml.sax.XMLReader parser
           
static java.lang.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 org.xml.sax.XMLReader parser

TRANSLATION_PATH

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

AWTStarter

public AWTStarter(CommandLineOptions commandLineOptions)
           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.