Modifier and Type | Class and 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 and Description |
---|---|
class |
JPEGImageWriter
ImageWriter implementation that uses the sun.com.image.codec.jpeg
intefaces to write JPEG files.
|
Modifier and Type | Class and Description |
---|---|
class |
PNGImageWriter
ImageWriter implementation that uses Batik's PNG codec to
write PNG files.
|
Modifier and Type | Method and Description |
---|---|
ImageWriter |
ImageWriterRegistry.getWriterFor(java.lang.String mime)
get the ImageWriter registered for mime, or null.
|
Modifier and Type | Method and Description |
---|---|
void |
ImageWriterRegistry.register(ImageWriter writer) |
Copyright ? 2008 Apache Software Foundation. All Rights Reserved.