Uses of Class
org.apache.batik.apps.rasterizer.SVGConverterException
-
Packages that use SVGConverterException Package Description org.apache.batik.apps.rasterizer -
-
Uses of SVGConverterException in org.apache.batik.apps.rasterizer
Methods in org.apache.batik.apps.rasterizer that throw SVGConverterException Modifier and Type Method Description protected java.util.ListSVGConverter. computeDstFiles(java.util.List sources)Populates a vector with destination files names computed from the names of the files in the sources vector and the value of the dst propertyprotected java.util.ListSVGConverter. computeSources()Populates a vector with the set of SVG files from the srcDir if it is not null and with the sources (files or URLs) if any.protected voidSVGConverter. createOutputDir(java.io.File output)Creates directories for output files if needed.voidSVGConverter. execute()Starts the conversion process.protected voidSVGConverter. transcode(SVGConverterSource inputFile, java.io.File outputFile, Transcoder transcoder)Converts the input image to the result image.Constructors in org.apache.batik.apps.rasterizer that throw SVGConverterException Constructor Description SVGConverterURLSource(java.lang.String url)
-