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 class
AreaTreeInputHandler
InputHandler for the area tree XML (the old intermediate format) as input.class
IFInputHandler
InputHandler for the intermediate format XML as input.class
ImageInputHandler
InputHandler for the images (for example TIFF) as input.Fields in org.apache.fop.cli declared as InputHandler Modifier and Type Field Description private InputHandler
CommandLineOptions. inputHandler
Methods in org.apache.fop.cli that return InputHandler Modifier and Type Method Description private InputHandler
CommandLineOptions. createInputHandler()
Create an InputHandler object based on command-line parametersInputHandler
CommandLineOptions. 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 void
FOPTaskStarter. renderInputHandler(InputHandler inputHandler, java.io.File outFile, java.lang.String outputFormat)
-