Package org.netbeans.jemmy.image
Class PNGImageLoader
java.lang.Object
org.netbeans.jemmy.image.PNGImageLoader
- All Implemented Interfaces:
ImageLoader
Allowes to process PNF image format.
- Author:
- Alexandre Iline (alexandre.iline@sun.com)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionLoads an image from a PNG image file.
-
Constructor Details
-
PNGImageLoader
public PNGImageLoader()
-
-
Method Details
-
load
Loads an image from a PNG image file.- Specified by:
load
in interfaceImageLoader
- Parameters:
fileName
- a file to load image from.- Returns:
- a loaded image.
- Throws:
IOException
-