| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ImageProcessor
Image processor.
| Method Summary | |
|---|---|
 int | 
getImageScaleWidth()
Gets image width for scaling.  | 
 void | 
scaleImage(File imageFile,
           File newFile)
Creates a scaled new file.  | 
 void | 
scaleImage(InputStream in,
           OutputStream out,
           String formatName)
Creates a scaled new file.  | 
 void | 
setImageScaleWidth(int imageScaleWidth)
Sets image width for scaling.  | 
| Method Detail | 
|---|
int getImageScaleWidth()
void setImageScaleWidth(int imageScaleWidth)
void scaleImage(File imageFile,
                File newFile)
                throws IOException
IOException
void scaleImage(InputStream in,
                OutputStream out,
                String formatName)
                throws IOException
IOException
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||