|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ImageConverter
An image converter.
| Method Summary | |
|---|---|
boolean |
canConvert()
Check if this image converter can do any work. |
void |
convertImage(java.io.File from,
java.io.File to,
java.lang.String info)
Convert an image. |
| Method Detail |
|---|
boolean canConvert()
void convertImage(java.io.File from,
java.io.File to,
java.lang.String info)
throws java.io.IOException
from - the File that holds the source imageto - the File to store the converted image ininfo - some identifier for the image (typically the uri)
java.io.IOException - if the image conversion fails
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||