Package org.netbeans.jemmy.image
Interface ImageSaver
-
- All Known Implementing Classes:
PNGImageSaver
public interface ImageSaverInterface for classes performing image saving.- Author:
- Alexandre Iline (alexandre.iline@sun.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsave(BufferedImage image, String fileName)Should save image into file.
-
-
-
Method Detail
-
save
void save(BufferedImage image, String fileName) throws IOException
Should save image into file.- Parameters:
image- an image to be saved.fileName- a file to load image from.- Throws:
IOException
-
-