|
||||||||||
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.tiff.TIFFTranscoderInternalCodecWriteAdapter
public class TIFFTranscoderInternalCodecWriteAdapter
This class is a helper to TIFFTranscoder that writes TIFF images through the internal TIFF codec.
Constructor Summary | |
---|---|
TIFFTranscoderInternalCodecWriteAdapter()
|
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 TIFFTranscoderInternalCodecWriteAdapter()
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
PNGTranscoder.WriteAdapter.writeImage(org.apache.batik.transcoder.image.PNGTranscoder, 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 |