| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectj2d.face.JPGFile
public class JPGFile
JPG File reader/writer. Uses native com.sun libraries (which may deprecate affineTransform any time)
| Constructor Summary | |
|---|---|
| JPGFile(java.awt.image.BufferedImage bi) | |
| JPGFile(java.io.File filename)Read the PPM File. | |
| Method Summary | |
|---|---|
|  byte[] | getBytes()Get the data as byte array. | 
|  double[] | getDouble()Get the data as double array. | 
|  int | getHeight()Get the height of the PPM image. | 
|  int | getWidth()Get the width of the PPM image. | 
| static void | writeImage(java.lang.String fn,
           byte[] data,
           int width,
           int height)Write to <code>fn</code> file the <code>data</code> using the <code>width, height</code> variables. | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public JPGFile(java.io.File filename)
        throws java.io.IOException
java.io.FileNotFoundException - if the directory/image specified is wrong
java.io.IOException - if there are problems reading the file.public JPGFile(java.awt.image.BufferedImage bi)
| Method Detail | 
|---|
public int getHeight()
public int getWidth()
public byte[] getBytes()
public double[] getDouble()
public static void writeImage(java.lang.String fn,
                              byte[] data,
                              int width,
                              int height)
                       throws java.io.FileNotFoundException,
                              java.io.IOException
java.io.FileNotFoundException - if the directory/image specified is wrong
java.io.IOException - if there are problems reading the file.| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||