| java.lang.Object org.openlaszlo.iv.flash.fop.FOToSWF
FOToSWF | class FOToSWF (Code) | | A command line launcher using FOPHelper to convert FO input to SWF output.
Mostly ripped out of "SWFStarter" right now.
author: James Taylor author: Johan "Spocke" Sörlin |
Method Summary | |
public void | generate() Generates the SWF movie from the passed inputparameters using FOP. | public static void | main(String args) Console main method, this method is executed when running in console mode. | public void | setOutputStream(OutputStream output_stream) Changes the output stream, this stream is where the output SWF movie
will be stored. | public void | setXSLFOInputSource(InputSource input_source) Changes the XSLFO InputSource, this input source is
requierd in order to generate a SWF movie. |
generate | public void generate() throws IVException, IOException, FOPException(Code) | | Generates the SWF movie from the passed inputparameters using FOP.
|
main | public static void main(String args)(Code) | | Console main method, this method is executed when running in console mode.
Parameters: args - application arguments |
setOutputStream | public void setOutputStream(OutputStream output_stream)(Code) | | Changes the output stream, this stream is where the output SWF movie
will be stored.
Parameters: output_stream - stream to write finished SWF movie to |
setXSLFOInputSource | public void setXSLFOInputSource(InputSource input_source)(Code) | | Changes the XSLFO InputSource, this input source is
requierd in order to generate a SWF movie.
Parameters: input_source - inputsource pointing to the XSLFO file/stream |
|
|