planetj.common
Class JPGWriter

java.lang.Object
  |
  +--planetj.common.JPGWriter

public class JPGWriter
extends Object

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


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

Constructor Detail

JPGWriter

public JPGWriter()
JPGWriter constructor comment.

Method Detail

writeJPEGFile

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

CMException

writeJPEGFile

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

CMException