Uses of Class
org.apache.fop.cli.InputHandler
-
Packages that use InputHandler Package Description org.apache.fop.cli This package contains the command-line client for Apache FOP.org.apache.fop.tools.anttasks FOP-related tasks for Apache Ant. -
-
Uses of InputHandler in org.apache.fop.cli
Subclasses of InputHandler in org.apache.fop.cli Modifier and Type Class Description classAreaTreeInputHandlerInputHandler for the area tree XML (the old intermediate format) as input.classIFInputHandlerInputHandler for the intermediate format XML as input.classImageInputHandlerInputHandler for the images (for example TIFF) as input.Fields in org.apache.fop.cli declared as InputHandler Modifier and Type Field Description private InputHandlerCommandLineOptions. inputHandlerMethods in org.apache.fop.cli that return InputHandler Modifier and Type Method Description private InputHandlerCommandLineOptions. createInputHandler()Create an InputHandler object based on command-line parametersInputHandlerCommandLineOptions. getInputHandler() -
Uses of InputHandler in org.apache.fop.tools.anttasks
Methods in org.apache.fop.tools.anttasks with parameters of type InputHandler Modifier and Type Method Description private voidFOPTaskStarter. renderInputHandler(InputHandler inputHandler, java.io.File outFile, java.lang.String outputFormat)
-