|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.ext.awt.image.codec.imageio.TIFFTranscoderImageIOWriteAdapter
public class TIFFTranscoderImageIOWriteAdapter
This class is a helper to TIFFTranscoder that writes TIFF images through the Image I/O API.
Constructor Summary | |
---|---|
TIFFTranscoderImageIOWriteAdapter()
|
Method Summary | |
---|---|
void |
writeImage(TIFFTranscoder transcoder,
java.awt.image.BufferedImage img,
TranscoderOutput output)
Writes the specified image to the specified output. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TIFFTranscoderImageIOWriteAdapter()
Method Detail |
---|
public void writeImage(TIFFTranscoder transcoder, java.awt.image.BufferedImage img, TranscoderOutput output) throws TranscoderException
TIFFTranscoder.WriteAdapter
writeImage
in interface TIFFTranscoder.WriteAdapter
transcoder
- the calling PNGTranscoderimg
- the image to writeoutput
- the output where to store the image
TranscoderException
TIFFTranscoder.WriteAdapter.writeImage(TIFFTranscoder, java.awt.image.BufferedImage, org.apache.batik.transcoder.TranscoderOutput)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |