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

Class PNGTranscoderImageIOWriteAdapter

public class PNGTranscoderImageIOWriteAdapter extends Object implements PNGTranscoder.WriteAdapter

This class is a helper to PNGTranscoder that writes PNG images through the Image I/O API.
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.