org.apache.batik.ext.awt.image.spi
Interface ImageWriter
- All Known Implementing Classes:
- ImageIOImageWriter, JPEGImageWriter, PNGImageWriter
- public interface ImageWriter
Interface which allows image library independent image writing.
writeImage
public void writeImage(RenderedImage image,
OutputStream out)
throws IOException
- Throws:
IOException
writeImage
public void writeImage(RenderedImage image,
OutputStream out,
ImageWriterParams params)
throws IOException
- Throws:
IOException
getMIMEType
public String getMIMEType()
Copyright © 2009 Apache Software Foundation. All Rights Reserved.