|
||||||||||
| 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.png.PNGTranscoderInternalCodecWriteAdapter
public class PNGTranscoderInternalCodecWriteAdapter
This class is a helper to PNGTranscoder that writes PNG images through the internal PNG codec.
| Constructor Summary | |
|---|---|
PNGTranscoderInternalCodecWriteAdapter()
|
|
| Method Summary | |
|---|---|
void |
writeImage(PNGTranscoder 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 PNGTranscoderInternalCodecWriteAdapter()
| Method Detail |
|---|
public void writeImage(PNGTranscoder transcoder,
java.awt.image.BufferedImage img,
TranscoderOutput output)
throws TranscoderException
PNGTranscoder.WriteAdapter
writeImage in interface PNGTranscoder.WriteAdaptertranscoder - the calling PNGTranscoderimg - the image to writeoutput - the output where to store the image
TranscoderExceptionPNGTranscoder.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 | |||||||||