public interface ImageWriter
| Modifier and Type | Method and Description |
|---|---|
String |
getMIMEType() |
void |
writeImage(RenderedImage image,
OutputStream out) |
void |
writeImage(RenderedImage image,
OutputStream out,
ImageWriterParams params) |
void writeImage(RenderedImage image, OutputStream out) throws IOException
IOExceptionvoid writeImage(RenderedImage image, OutputStream out, ImageWriterParams params) throws IOException
IOExceptionString getMIMEType()
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.