Package org.netbeans.jemmy.image
Class PNGImageSaver
java.lang.Object
org.netbeans.jemmy.image.PNGImageSaver
- All Implemented Interfaces:
ImageSaver
Allowes to process PNF image format.
- Author:
- Alexandre Iline (alexandre.iline@sun.com)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
save
(BufferedImage image, String fileName) Saves an image into a PNG image file.
-
Constructor Details
-
PNGImageSaver
public PNGImageSaver()
-
-
Method Details
-
save
Saves an image into a PNG image file.- Specified by:
save
in interfaceImageSaver
- Parameters:
image
- an image to be saved.fileName
- a file to load image from.- Throws:
IOException
-