Package | Description |
---|---|
org.apache.xmlgraphics.image.writer |
Abstraction layer with interfaces for writing bitmap images.
|
org.apache.xmlgraphics.image.writer.imageio |
Implementations of ImageWriter using the ImageIO API.
|
org.apache.xmlgraphics.image.writer.internal |
Implementations of ImageWriter using Commons' own image codecs.
|
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractImageWriter |
Abstract base class for ImageWriter implementations.
|
Modifier and Type | Method | Description |
---|---|---|
ImageWriter |
ImageWriterRegistry.getWriterFor(java.lang.String mime) |
Returns an ImageWriter that can be used to encode an image to the requested MIME type.
|
Modifier and Type | Method | Description |
---|---|---|
void |
ImageWriterRegistry.register(ImageWriter writer) |
Registers a new ImageWriter implementation in the registry.
|
void |
ImageWriterRegistry.register(ImageWriter writer,
int priority) |
Registers a new ImageWriter implementation with the associated priority in the registry.
|
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.
|
Modifier and Type | Class | Description |
---|---|---|
class |
PNGImageWriter |
ImageWriter implementation that uses the internal PNG codec to
write PNG files.
|
class |
TIFFImageWriter |
ImageWriter implementation that uses the internal TIFF codec to
write TIFF files.
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.