|
||||||||||
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(File from,
File to,
String info)
Convert an image. |
Method Detail |
---|
boolean canConvert()
void convertImage(File from, File to, String info) throws 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)
IOException
- if the image conversion fails
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |