public class VectorImageUtilities extends Object
Modifier and Type | Method and Description |
---|---|
static void |
write(SVGImage image,
File output,
org.apache.batik.transcoder.Transcoder trans)
Write an SVG image to a file with the given transcoder to determine the
format
|
public static void write(SVGImage image, File output, org.apache.batik.transcoder.Transcoder trans) throws IOException, org.apache.batik.transcoder.TranscoderException
image
- the imageoutput
- the file to write totrans
- the transcoderIOException
- if an error occurs during writingorg.apache.batik.transcoder.TranscoderException
- if an error occurs during transcoding