xmlgraphics-commons 1.2

org.apache.xmlgraphics.image.writer.imageio
Class ImageIOTIFFImageWriter

java.lang.Object
  extended by org.apache.xmlgraphics.image.writer.imageio.ImageIOImageWriter
      extended by org.apache.xmlgraphics.image.writer.imageio.ImageIOTIFFImageWriter
All Implemented Interfaces:
java.util.EventListener, javax.imageio.event.IIOWriteWarningListener, ImageWriter

public class ImageIOTIFFImageWriter
extends ImageIOImageWriter

ImageWriter that encodes TIFF images using Image I/O.

Version:
$Id: ImageIOTIFFImageWriter.java 496561 2007-01-16 01:17:01Z cam $

Constructor Summary
ImageIOTIFFImageWriter()
          Main constructor.
 
Method Summary
protected  javax.imageio.metadata.IIOMetadata updateMetadata(javax.imageio.metadata.IIOMetadata meta, ImageWriterParams params)
          Updates the metadata information based on the parameters to this writer.
 
Methods inherited from class org.apache.xmlgraphics.image.writer.imageio.ImageIOImageWriter
createMultiImageWriter, getChildNode, getDefaultWriteParam, getMIMEType, isFunctional, supportsMultiImageWriter, warningOccurred, writeImage, writeImage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageIOTIFFImageWriter

public ImageIOTIFFImageWriter()
Main constructor.

Method Detail

updateMetadata

protected javax.imageio.metadata.IIOMetadata updateMetadata(javax.imageio.metadata.IIOMetadata meta,
                                                            ImageWriterParams params)
Description copied from class: ImageIOImageWriter
Updates the metadata information based on the parameters to this writer.

Overrides:
updateMetadata in class ImageIOImageWriter
Parameters:
meta - the metadata
params - the parameters
Returns:
the updated metadata
See Also:
ImageIOImageWriter.updateMetadata(javax.imageio.metadata.IIOMetadata, org.apache.xmlgraphics.image.writer.ImageWriterParams)

xmlgraphics-commons 1.2

Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.