Uses of Interface
org.apache.xmlgraphics.image.writer.ImageWriter
Packages that use ImageWriter
Package
Description
Abstraction layer with interfaces for writing bitmap images.
Implementations of ImageWriter using the ImageIO API.
Implementations of ImageWriter using Commons' own image codecs.
-
Uses of ImageWriter in org.apache.xmlgraphics.image.writer
Classes in org.apache.xmlgraphics.image.writer that implement ImageWriterModifier and TypeClassDescriptionclassAbstract base class for ImageWriter implementations.Methods in org.apache.xmlgraphics.image.writer that return ImageWriterModifier and TypeMethodDescriptionImageWriterRegistry.getWriterFor(String mime) Returns an ImageWriter that can be used to encode an image to the requested MIME type.Methods in org.apache.xmlgraphics.image.writer with parameters of type ImageWriterModifier and TypeMethodDescriptionvoidImageWriterRegistry.register(ImageWriter writer) Registers a new ImageWriter implementation in the registry.voidImageWriterRegistry.register(ImageWriter writer, int priority) Registers a new ImageWriter implementation with the associated priority in the registry. -
Uses of ImageWriter in org.apache.xmlgraphics.image.writer.imageio
Classes in org.apache.xmlgraphics.image.writer.imageio that implement ImageWriterModifier and TypeClassDescriptionclassImageWriter implementation that uses Image I/O to write images.classImageWriter that encodes JPEG images using Image I/O.classImageWriter that encodes PNG images using Image I/O.classImageWriter that encodes TIFF images using Image I/O. -
Uses of ImageWriter in org.apache.xmlgraphics.image.writer.internal
Classes in org.apache.xmlgraphics.image.writer.internal that implement ImageWriterModifier and TypeClassDescriptionclassImageWriter implementation that uses the internal PNG codec to write PNG files.classImageWriter implementation that uses the internal TIFF codec to write TIFF files.