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 java.awt.image.BufferedImage
load(java.lang.String fileName)
Loads an image from file.
-