org.apache.sanselan.formats.pnm
Class PGMWriter

java.lang.Object
  extended by org.apache.sanselan.formats.pnm.PNMWriter
      extended by org.apache.sanselan.formats.pnm.PGMWriter

public class PGMWriter
extends PNMWriter


Field Summary
 
Fields inherited from class org.apache.sanselan.formats.pnm.PNMWriter
RAWBITS
 
Constructor Summary
PGMWriter(boolean RAWBITS)
           
 
Method Summary
 void writeImage(java.awt.image.BufferedImage src, java.io.OutputStream os, java.util.Map params)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PGMWriter

public PGMWriter(boolean RAWBITS)
Method Detail

writeImage

public void writeImage(java.awt.image.BufferedImage src,
                       java.io.OutputStream os,
                       java.util.Map params)
                throws ImageWriteException,
                       java.io.IOException
Specified by:
writeImage in class PNMWriter
Throws:
ImageWriteException
java.io.IOException


Copyright © 2007-2009. All Rights Reserved.