void |
DefaultSVGConverterController.onSourceTranscodingSuccess(SVGConverterSource source,
java.io.File dest) |
Invoked when the rasterizer successfully transcoded
the input source.
|
void |
Main.onSourceTranscodingSuccess(SVGConverterSource source,
java.io.File dest) |
|
void |
SVGConverterController.onSourceTranscodingSuccess(SVGConverterSource source,
java.io.File dest) |
Invoked when the rasterizer successfully transcoded
the input source.
|
boolean |
DefaultSVGConverterController.proceedOnSourceTranscodingFailure(SVGConverterSource source,
java.io.File dest,
java.lang.String errorCode) |
Invoked when the rasterizer got an error while
transcoding the input source.
|
boolean |
Main.proceedOnSourceTranscodingFailure(SVGConverterSource source,
java.io.File dest,
java.lang.String errorCode) |
|
boolean |
SVGConverterController.proceedOnSourceTranscodingFailure(SVGConverterSource source,
java.io.File dest,
java.lang.String errorCode) |
Invoked when the rasterizer got an error while
transcoding the input source.
|
boolean |
DefaultSVGConverterController.proceedWithSourceTranscoding(SVGConverterSource source,
java.io.File dest) |
Invoked when the rasterizer is about to start transcoding
of a given source.
|
boolean |
Main.proceedWithSourceTranscoding(SVGConverterSource source,
java.io.File dest) |
|
boolean |
SVGConverterController.proceedWithSourceTranscoding(SVGConverterSource source,
java.io.File dest) |
Invoked when the rasterizer is about to start transcoding
of a given source.
|
protected void |
SVGConverter.transcode(SVGConverterSource inputFile,
java.io.File outputFile,
Transcoder transcoder) |
Converts the input image to the result image.
|