|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SVGConverterSource | |
org.apache.batik.apps.rasterizer |
Uses of SVGConverterSource in org.apache.batik.apps.rasterizer |
Classes in org.apache.batik.apps.rasterizer that implement SVGConverterSource | |
class |
SVGConverterFileSource
Describes a file source for the SVGConverter |
class |
SVGConverterURLSource
|
Methods in org.apache.batik.apps.rasterizer with parameters of type SVGConverterSource | |
boolean |
SVGConverterController.proceedWithSourceTranscoding(SVGConverterSource source,
java.io.File dest)
Invoked when the rasterizer is about to start transcoding of a given source. |
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. |
void |
SVGConverterController.onSourceTranscodingSuccess(SVGConverterSource source,
java.io.File dest)
Invoked when the rasterizer successfully transcoded 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 |
DefaultSVGConverterController.proceedOnSourceTranscodingFailure(SVGConverterSource source,
java.io.File dest,
java.lang.String errorCode)
Invoked when the rasterizer got an error while transcoding the input source. |
void |
DefaultSVGConverterController.onSourceTranscodingSuccess(SVGConverterSource source,
java.io.File dest)
Invoked when the rasterizer successfully transcoded the input source. |
boolean |
Main.proceedWithSourceTranscoding(SVGConverterSource source,
java.io.File dest)
|
boolean |
Main.proceedOnSourceTranscodingFailure(SVGConverterSource source,
java.io.File dest,
java.lang.String errorCode)
|
void |
Main.onSourceTranscodingSuccess(SVGConverterSource source,
java.io.File dest)
|
protected void |
SVGConverter.transcode(SVGConverterSource inputFile,
java.io.File outputFile,
Transcoder transcoder)
Converts the input image to the result image. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |