org.apache.xmlgraphics.image.writer.internal
Class TIFFImageWriter
java.lang.Object
org.apache.xmlgraphics.image.writer.AbstractImageWriter
org.apache.xmlgraphics.image.writer.internal.TIFFImageWriter
- All Implemented Interfaces:
- ImageWriter
public class TIFFImageWriter
- extends AbstractImageWriter
ImageWriter implementation that uses the internal TIFF codec to
write TIFF files.
- Version:
- $Id$
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TIFFImageWriter
public TIFFImageWriter()
writeImage
public void writeImage(java.awt.image.RenderedImage image,
java.io.OutputStream out)
throws java.io.IOException
- Description copied from interface:
ImageWriter
- Encodes an image and writes it to an OutputStream.
- Parameters:
image
- the image to be encodedout
- the OutputStream to write to
- Throws:
java.io.IOException
- In case of an /IO problem- See Also:
ImageWriter.writeImage(java.awt.image.RenderedImage, java.io.OutputStream)
writeImage
public void writeImage(java.awt.image.RenderedImage image,
java.io.OutputStream out,
ImageWriterParams params)
throws java.io.IOException
- Description copied from interface:
ImageWriter
- Encodes an image and writes it to an OutputStream.
- Parameters:
image
- the image to be encodedout
- the OutputStream to write toparams
- a parameters object to customize the encoding.
- Throws:
java.io.IOException
- In case of an /IO problem- See Also:
ImageWriter.writeImage(java.awt.image.RenderedImage, java.io.OutputStream, ImageWriterParams)
getMIMEType
public java.lang.String getMIMEType()
- Returns:
- the target MIME type supported by this ImageWriter
- See Also:
ImageWriter.getMIMEType()
createMultiImageWriter
public MultiImageWriter createMultiImageWriter(java.io.OutputStream out)
throws java.io.IOException
- Description copied from interface:
ImageWriter
- Creates a MultiImageWriter instance that lets you put multiple pages into a single file
if the format supports it.
- Specified by:
createMultiImageWriter
in interface ImageWriter
- Overrides:
createMultiImageWriter
in class AbstractImageWriter
- Parameters:
out
- the OutputStream to write the image to
- Returns:
- the requested MultiImageWriter instance
- Throws:
java.io.IOException
- In case of an /IO problem- See Also:
ImageWriter.createMultiImageWriter(
java.io.OutputStream)
supportsMultiImageWriter
public boolean supportsMultiImageWriter()
- Specified by:
supportsMultiImageWriter
in interface ImageWriter
- Overrides:
supportsMultiImageWriter
in class AbstractImageWriter
- Returns:
- true if the implemented format supports multiple pages in a single file
- See Also:
ImageWriter.supportsMultiImageWriter()
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.