Uses of Interface
org.apache.batik.apps.rasterizer.SVGConverterSource
Packages that use SVGConverterSource
-
Uses of SVGConverterSource in org.apache.batik.apps.rasterizer
Classes in org.apache.batik.apps.rasterizer that implement SVGConverterSourceModifier and TypeClassDescriptionclass
Describes a file source for theSVGConverter
class
Methods in org.apache.batik.apps.rasterizer with parameters of type SVGConverterSourceModifier and TypeMethodDescriptionvoid
DefaultSVGConverterController.onSourceTranscodingSuccess
(SVGConverterSource source, File dest) Invoked when the rasterizer successfully transcoded the input source.void
Main.onSourceTranscodingSuccess
(SVGConverterSource source, File dest) void
SVGConverterController.onSourceTranscodingSuccess
(SVGConverterSource source, File dest) Invoked when the rasterizer successfully transcoded the input source.boolean
DefaultSVGConverterController.proceedOnSourceTranscodingFailure
(SVGConverterSource source, File dest, String errorCode) Invoked when the rasterizer got an error while transcoding the input source.boolean
Main.proceedOnSourceTranscodingFailure
(SVGConverterSource source, File dest, String errorCode) boolean
SVGConverterController.proceedOnSourceTranscodingFailure
(SVGConverterSource source, File dest, String errorCode) Invoked when the rasterizer got an error while transcoding the input source.boolean
DefaultSVGConverterController.proceedWithSourceTranscoding
(SVGConverterSource source, File dest) Invoked when the rasterizer is about to start transcoding of a given source.boolean
Main.proceedWithSourceTranscoding
(SVGConverterSource source, File dest) boolean
SVGConverterController.proceedWithSourceTranscoding
(SVGConverterSource source, File dest) Invoked when the rasterizer is about to start transcoding of a given source.protected void
SVGConverter.transcode
(SVGConverterSource inputFile, File outputFile, Transcoder transcoder) Converts the input image to the result image.