org.apache.fop.apps
Class AWTStarter

java.lang.Object
  |
  +--org.apache.fop.apps.Starter
        |
        +--org.apache.fop.apps.CommandLineStarter
              |
              +--org.apache.fop.apps.AWTStarter

public class AWTStarter
extends CommandLineStarter

initialize AWT previewer


Field Summary
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, setParserFeatures
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TRANSLATION_PATH

public static java.lang.String TRANSLATION_PATH
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
Following copied from class: org.apache.fop.apps.CommandLineStarter
Throws:
FOPException - if there is an error during processing

createPreviewDialog

protected PreviewDialog createPreviewDialog(AWTRenderer renderer,
                                            Translator res)


Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.