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