Package org.netbeans.jemmy.image
Interface ImageLoader
-
- All Known Implementing Classes:
PNGImageLoader
public interface ImageLoader
Interface for all classes performing image loading.- Author:
- Alexandre Iline (alexandre.iline@sun.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BufferedImage
load(String fileName)
Loads an image from file.
-
-
-
Method Detail
-
load
BufferedImage load(String fileName) throws IOException
Loads an image from file.- Parameters:
fileName
- a file to load image from.- Returns:
- a loaded image.
- Throws:
IOException
-
-