Class PgmWriter

  • All Implemented Interfaces:
    PnmWriter

    final class PgmWriter
    extends java.lang.Object
    implements PnmWriter
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private boolean rawBits  
    • Constructor Summary

      Constructors 
      Constructor Description
      PgmWriter​(boolean rawBits)  
    • Method Summary

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

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

      • rawBits

        private final boolean rawBits
    • Constructor Detail

      • PgmWriter

        PgmWriter​(boolean rawBits)