|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.cli.InputHandler
org.apache.fop.cli.ImageInputHandler
public class ImageInputHandler
InputHandler for the images (for example TIFF) as input.
Field Summary |
---|
Fields inherited from class org.apache.fop.cli.InputHandler |
---|
log, sourcefile |
Constructor Summary | |
---|---|
ImageInputHandler(java.io.File imagefile,
java.io.File xsltfile,
java.util.Vector params)
Main constructor. |
Method Summary | |
---|---|
protected javax.xml.transform.Source |
createMainSource()
Creates a Source for the main input file. |
protected javax.xml.transform.Source |
createXSLTSource()
Creates a Source for the selected stylesheet. |
Methods inherited from class org.apache.fop.cli.InputHandler |
---|
createCatalogResolver, error, fatalError, renderTo, renderTo, transformTo, transformTo, warning |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ImageInputHandler(java.io.File imagefile, java.io.File xsltfile, java.util.Vector params)
imagefile
- the image filexsltfile
- XSLT file (may be null in which case the default stylesheet is used)params
- Vector of command-line parameters (name, value,
name, value, ...) for XSL stylesheet, null if noneMethod Detail |
---|
protected javax.xml.transform.Source createMainSource()
createMainSource
in class InputHandler
protected javax.xml.transform.Source createXSLTSource()
createXSLTSource
in class InputHandler
|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |