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