Uses of Interface
org.apache.batik.ext.awt.image.spi.ImageWriter
-
Packages that use ImageWriter Package Description org.apache.batik.ext.awt.image.codec.imageio org.apache.batik.ext.awt.image.codec.png org.apache.batik.ext.awt.image.spi -
-
Uses of ImageWriter in org.apache.batik.ext.awt.image.codec.imageio
Classes in org.apache.batik.ext.awt.image.codec.imageio that implement ImageWriter Modifier and Type Class Description class
ImageIOImageWriter
ImageWriter implementation that uses Image I/O to write images.class
ImageIOJPEGImageWriter
ImageWriter that encodes JPEG images using Image I/O.class
ImageIOPNGImageWriter
ImageWriter that encodes PNG images using Image I/O.class
ImageIOTIFFImageWriter
ImageWriter that encodes TIFF images using Image I/O. -
Uses of ImageWriter in org.apache.batik.ext.awt.image.codec.png
Classes in org.apache.batik.ext.awt.image.codec.png that implement ImageWriter Modifier and Type Class Description class
PNGImageWriter
ImageWriter implementation that uses Batik's PNG codec to write PNG files. -
Uses of ImageWriter in org.apache.batik.ext.awt.image.spi
Methods in org.apache.batik.ext.awt.image.spi that return ImageWriter Modifier and Type Method Description ImageWriter
ImageWriterRegistry. getWriterFor(java.lang.String mime)
get the ImageWriter registered for mime, or null.Methods in org.apache.batik.ext.awt.image.spi with parameters of type ImageWriter Modifier and Type Method Description void
ImageWriterRegistry. register(ImageWriter writer)
-