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
-
Method Details
-
load
Loads an image from file.- Parameters:
fileName
- a file to load image from.- Returns:
- a loaded image.
- Throws:
IOException
-