planetj.common
Class JPGWriter

java.lang.Object
  extended byplanetj.common.JPGWriter

public class JPGWriter
extends java.lang.Object

Creation date: (9/27/2001 9:13:22 AM)


Constructor Summary
JPGWriter()
          JPGWriter constructor comment.
 
Method Summary
static java.io.File writeJPEGFile(java.awt.image.BufferedImage image, java.io.File jpegFile)
          Changed by TJH (5/23/2003 11:15:26 AM) to throw CMException
static java.io.File writeJPEGFile(java.awt.image.BufferedImage image, java.io.File jpegFile, float quality)
          Changed by TJH (5/23/2003 11:15:26 AM) to throw CMException
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JPGWriter

public JPGWriter()
JPGWriter constructor comment.

Method Detail

writeJPEGFile

public static final java.io.File writeJPEGFile(java.awt.image.BufferedImage image,
                                               java.io.File jpegFile)
                                        throws CMException
Changed by TJH (5/23/2003 11:15:26 AM) to throw CMException

Throws:
CMException

writeJPEGFile

public static final java.io.File writeJPEGFile(java.awt.image.BufferedImage image,
                                               java.io.File jpegFile,
                                               float quality)
                                        throws CMException
Changed by TJH (5/23/2003 11:15:26 AM) to throw CMException

Throws:
CMException