Class PNGImageWriter

  • All Implemented Interfaces:
    ImageWriter

    public class PNGImageWriter
    extends java.lang.Object
    implements ImageWriter
    ImageWriter implementation that uses Batik's PNG codec to write PNG files.
    • Constructor Summary

      Constructors 
      Constructor Description
      PNGImageWriter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getMIMEType()  
      void writeImage​(java.awt.image.RenderedImage image, java.io.OutputStream out)  
      void writeImage​(java.awt.image.RenderedImage image, java.io.OutputStream out, ImageWriterParams params)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait