org.apache.batik.ext.awt.image.spi
Interface ImageWriter


public interface ImageWriter

Interface which allows image library independent image writing.

Version:
$Id: ImageWriter.java 1733416 2016-03-03 07:07:13Z gadams $

Method Summary
 String getMIMEType()
           
 void writeImage(RenderedImage image, OutputStream out)
           
 void writeImage(RenderedImage image, OutputStream out, ImageWriterParams params)
           
 

Method Detail

writeImage

void writeImage(RenderedImage image,
                OutputStream out)
                throws IOException
Throws:
IOException

writeImage

void writeImage(RenderedImage image,
                OutputStream out,
                ImageWriterParams params)
                throws IOException
Throws:
IOException

getMIMEType

String getMIMEType()


Copyright © 2000–2017 Apache Software Foundation. All rights reserved.