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

java.lang.Object
  extended by org.apache.batik.ext.awt.image.codec.png.PNGTranscoderInternalCodecWriteAdapter
All Implemented Interfaces:
PNGTranscoder.WriteAdapter

public class PNGTranscoderInternalCodecWriteAdapter
extends Object
implements PNGTranscoder.WriteAdapter

This class is a helper to PNGTranscoder that writes PNG images through the internal PNG codec.

Version:
$Id: PNGTranscoderInternalCodecWriteAdapter.java 1733416 2016-03-03 07:07:13Z gadams $

Constructor Summary
PNGTranscoderInternalCodecWriteAdapter()
           
 
Method Summary
 void writeImage(PNGTranscoder transcoder, BufferedImage img, TranscoderOutput output)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PNGTranscoderInternalCodecWriteAdapter

public PNGTranscoderInternalCodecWriteAdapter()
Method Detail

writeImage

public void writeImage(PNGTranscoder transcoder,
                       BufferedImage img,
                       TranscoderOutput output)
                throws TranscoderException
Specified by:
writeImage in interface PNGTranscoder.WriteAdapter
Throws:
TranscoderException
See Also:
PNGTranscoder.WriteAdapter.writeImage(org.apache.batik.transcoder.image.PNGTranscoder, java.awt.image.BufferedImage, org.apache.batik.transcoder.TranscoderOutput)


Copyright © 2000–2017 Apache Software Foundation. All rights reserved.