Class PamWriter
- java.lang.Object
-
- org.apache.commons.imaging.formats.pnm.PamWriter
-
-
Constructor Summary
Constructors Constructor Description PamWriter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwriteImage(java.awt.image.BufferedImage src, java.io.OutputStream os, PnmImagingParameters params)
-
-
-
Method Detail
-
writeImage
public void writeImage(java.awt.image.BufferedImage src, java.io.OutputStream os, PnmImagingParameters params) throws ImagingException, java.io.IOException- Specified by:
writeImagein interfacePnmWriter- Throws:
ImagingExceptionjava.io.IOException
-
-