public interface SVGConverterController
SVGConverter
operation.Modifier and Type | Method and Description |
---|---|
void |
onSourceTranscodingSuccess(SVGConverterSource source,
File dest)
Invoked when the rasterizer successfully transcoded
the input source.
|
boolean |
proceedOnSourceTranscodingFailure(SVGConverterSource source,
File dest,
String errorCode)
Invoked when the rasterizer got an error while
transcoding the input source.
|
boolean |
proceedWithComputedTask(Transcoder transcoder,
Map hints,
List sources,
List dest)
Invoked when the rasterizer has computed the
exact description of what it should do.
|
boolean |
proceedWithSourceTranscoding(SVGConverterSource source,
File dest)
Invoked when the rasterizer is about to start transcoding
of a given source.
|
boolean proceedWithComputedTask(Transcoder transcoder, Map hints, List sources, List dest)
transcoder
- Transcoder which will be usedhints
- set of hints that were set on the transcodersources
- list of SVG sources it will convert.dest
- list of destination file it will useboolean proceedWithSourceTranscoding(SVGConverterSource source, File dest)
boolean proceedOnSourceTranscodingFailure(SVGConverterSource source, File dest, String errorCode)
errorCode
- see the SVGConverter
error code descriptions.void onSourceTranscodingSuccess(SVGConverterSource source, File dest)
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.