public class TIFFTranscoderImageIOWriteAdapter extends java.lang.Object implements TIFFTranscoder.WriteAdapter
| Constructor and Description |
|---|
TIFFTranscoderImageIOWriteAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
writeImage(TIFFTranscoder transcoder,
java.awt.image.BufferedImage img,
TranscoderOutput output)
Writes the specified image to the specified output.
|
public void writeImage(TIFFTranscoder transcoder, java.awt.image.BufferedImage img, TranscoderOutput output) throws TranscoderException
TIFFTranscoder.WriteAdapterwriteImage in interface TIFFTranscoder.WriteAdaptertranscoder - the calling PNGTranscoderimg - the image to writeoutput - the output where to store the imageTranscoderExceptionTIFFTranscoder.WriteAdapter.writeImage(TIFFTranscoder, java.awt.image.BufferedImage, org.apache.batik.transcoder.TranscoderOutput)Copyright ? 2009 Apache Software Foundation. All Rights Reserved.