|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface for controlling some aspectes of the SVGConverter operation.
| Method Summary | |
void |
onSourceTranscodingSuccess(SVGConverterSource source,
java.io.File dest)
Invoked when the rasterizer successfully transcoded the input source. |
boolean |
proceedOnSourceTranscodingFailure(SVGConverterSource source,
java.io.File dest,
java.lang.String errorCode)
Invoked when the rasterizer got an error while transcoding the input source. |
boolean |
proceedWithComputedTask(Transcoder transcoder,
java.util.Map hints,
java.util.Vector sources,
java.util.Vector dest)
Invoked when the rasterizer has computed the exact description of what it should do. |
boolean |
proceedWithSourceTranscoding(SVGConverterSource source,
java.io.File dest)
Invoked when the rasterizer is about to start transcoding of a given source. |
| Method Detail |
public boolean proceedWithComputedTask(Transcoder transcoder,
java.util.Map hints,
java.util.Vector sources,
java.util.Vector 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 use
public boolean proceedWithSourceTranscoding(SVGConverterSource source,
java.io.File dest)
public boolean proceedOnSourceTranscodingFailure(SVGConverterSource source,
java.io.File dest,
java.lang.String errorCode)
errorCode - see the SVGConverter error code descriptions.
public void onSourceTranscodingSuccess(SVGConverterSource source,
java.io.File dest)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||