Uses of Class
org.apache.batik.transcoder.image.TIFFTranscoder
-
Packages that use TIFFTranscoder Package Description org.apache.batik.ext.awt.image.codec.imageio org.apache.batik.transcoder.image Provides transcoders for transcoding a SVG document fragment to an image. -
-
Uses of TIFFTranscoder in org.apache.batik.ext.awt.image.codec.imageio
Methods in org.apache.batik.ext.awt.image.codec.imageio with parameters of type TIFFTranscoder Modifier and Type Method Description void
TIFFTranscoderImageIOWriteAdapter. writeImage(TIFFTranscoder transcoder, java.awt.image.BufferedImage img, TranscoderOutput output)
-
Uses of TIFFTranscoder in org.apache.batik.transcoder.image
Methods in org.apache.batik.transcoder.image with parameters of type TIFFTranscoder Modifier and Type Method Description void
TIFFTranscoder.WriteAdapter. writeImage(TIFFTranscoder transcoder, java.awt.image.BufferedImage img, TranscoderOutput output)
Writes the specified image to the specified output.
-