Uses of Class
org.apache.batik.transcoder.image.PNGTranscoder
Packages that use PNGTranscoder
Package
Description
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 PNGTranscoderModifier and TypeMethodDescriptionvoid
PNGTranscoderImageIOWriteAdapter.writeImage
(PNGTranscoder transcoder, 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 PNGTranscoderModifier and TypeMethodDescriptionvoid
PNGTranscoderInternalCodecWriteAdapter.writeImage
(PNGTranscoder transcoder, BufferedImage img, TranscoderOutput output) -
Uses of PNGTranscoder in org.apache.batik.transcoder.image
Methods in org.apache.batik.transcoder.image with parameters of type PNGTranscoderModifier and TypeMethodDescriptionvoid
PNGTranscoder.WriteAdapter.writeImage
(PNGTranscoder transcoder, BufferedImage img, TranscoderOutput output) Writes the specified image to the specified output.