org.apache.batik.ext.awt.image.codec.png

Class PNGTranscoderInternalCodecWriteAdapter

public class PNGTranscoderInternalCodecWriteAdapter extends Object implements PNGTranscoder.WriteAdapter

This class is a helper to PNGTranscoder that writes PNG images through the internal PNG codec.
Method Summary
voidwriteImage(PNGTranscoder transcoder, BufferedImage img, TranscoderOutput output)

Method Detail

writeImage

public void writeImage(PNGTranscoder transcoder, BufferedImage img, TranscoderOutput output)

Throws: TranscoderException

See Also: WriteAdapter

Copyright B) 2007 Apache Software Foundation. All Rights Reserved.