org.apache.xmlgraphics.image.writer |
org.apache.xmlgraphics.image.writer Package
Abstraction layer with interfaces for writing bitmap images.
|
Java Source File Name | Type | Comment |
AbstractImageWriter.java | Class | Abstract base class for ImageWriter implementations. |
ImageWriter.java | Interface | Interface which allows image library independent image writing. |
ImageWriterParams.java | Class | Parameters for the encoder which is accessed through the
ImageWriter interface. |
ImageWriterRegistry.java | Class | Registry for ImageWriter implementations. |
MultiImageWriter.java | Interface | Interface which allows writing multiple images into one image file if the output format
supports this feature. |