Package | Description |
---|---|
org.apache.batik.apps.rasterizer |
Modifier and Type | Class and Description |
---|---|
class |
SVGConverterFileSource
Describes a file source for the
SVGConverter |
class |
SVGConverterURLSource |
Modifier and Type | Method and Description |
---|---|
void |
DefaultSVGConverterController.onSourceTranscodingSuccess(SVGConverterSource source,
File dest)
Invoked when the rasterizer successfully transcoded
the input source.
|
void |
SVGConverterController.onSourceTranscodingSuccess(SVGConverterSource source,
File dest)
Invoked when the rasterizer successfully transcoded
the input source.
|
void |
Main.onSourceTranscodingSuccess(SVGConverterSource source,
File dest) |
boolean |
DefaultSVGConverterController.proceedOnSourceTranscodingFailure(SVGConverterSource source,
File dest,
String errorCode)
Invoked when the rasterizer got an error while
transcoding the input source.
|
boolean |
SVGConverterController.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 |
DefaultSVGConverterController.proceedWithSourceTranscoding(SVGConverterSource source,
File dest)
Invoked when the rasterizer is about to start transcoding
of a given source.
|
boolean |
SVGConverterController.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) |
protected void |
SVGConverter.transcode(SVGConverterSource inputFile,
File outputFile,
Transcoder transcoder)
Converts the input image to the result image.
|
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.