org.apache.batik.ext.awt.image.codec.imageio
Class TIFFTranscoderImageIOWriteAdapter
java.lang.Object
org.apache.batik.ext.awt.image.codec.imageio.TIFFTranscoderImageIOWriteAdapter
- All Implemented Interfaces:
- TIFFTranscoder.WriteAdapter
public class TIFFTranscoderImageIOWriteAdapter
- extends Object
- implements TIFFTranscoder.WriteAdapter
This class is a helper to TIFFTranscoder that writes TIFF images
through the Image I/O API.
- Version:
- $Id: TIFFTranscoderImageIOWriteAdapter.java 1733416 2016-03-03 07:07:13Z gadams $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TIFFTranscoderImageIOWriteAdapter
public TIFFTranscoderImageIOWriteAdapter()
writeImage
public void writeImage(TIFFTranscoder transcoder,
BufferedImage img,
TranscoderOutput output)
throws TranscoderException
- Specified by:
writeImage in interface TIFFTranscoder.WriteAdapter
- Throws:
TranscoderException- See Also:
TIFFTranscoder.WriteAdapter.writeImage(TIFFTranscoder, java.awt.image.BufferedImage, org.apache.batik.transcoder.TranscoderOutput)
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.