org.apache.xmlgraphics.image.writer.imageio
Class ImageIOTIFFImageWriter
java.lang.Object
org.apache.xmlgraphics.image.writer.imageio.ImageIOImageWriter
org.apache.xmlgraphics.image.writer.imageio.ImageIOTIFFImageWriter
- All Implemented Interfaces:
- EventListener, IIOWriteWarningListener, ImageWriter
public class ImageIOTIFFImageWriter
- extends ImageIOImageWriter
ImageWriter that encodes TIFF images using Image I/O.
- Version:
- $Id: ImageIOTIFFImageWriter.java 1345683 2012-06-03 14:50:33Z gadams $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImageIOTIFFImageWriter
public ImageIOTIFFImageWriter()
- Main constructor.
updateMetadata
protected IIOMetadata updateMetadata(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 metadataparams
- the parameters
- Returns:
- the updated metadata
- See Also:
ImageIOImageWriter.updateMetadata(javax.imageio.metadata.IIOMetadata, org.apache.xmlgraphics.image.writer.ImageWriterParams)
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.