Class PamWriter

  • All Implemented Interfaces:
    PnmWriter

    class PamWriter
    extends java.lang.Object
    implements PnmWriter
    • Constructor Summary

      Constructors 
      Constructor Description
      PamWriter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void writeImage​(java.awt.image.BufferedImage src, java.io.OutputStream os, java.util.Map<java.lang.String,​java.lang.Object> params)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PamWriter

        PamWriter()
    • Method Detail

      • writeImage

        public void writeImage​(java.awt.image.BufferedImage src,
                               java.io.OutputStream os,
                               java.util.Map<java.lang.String,​java.lang.Object> params)
                        throws ImageWriteException,
                               java.io.IOException
        Specified by:
        writeImage in interface PnmWriter
        Throws:
        ImageWriteException
        java.io.IOException