org.netbeans.jemmy.image
Class PNGImageSaver
java.lang.Object
org.netbeans.jemmy.image.PNGImageSaver
- All Implemented Interfaces:
- ImageSaver
public class PNGImageSaver
- extends Object
- implements ImageSaver
Allowes to process PNF image format.
- Author:
- Alexandre Iline (alexandre.iline@sun.com)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PNGImageSaver
public PNGImageSaver()
save
public void save(BufferedImage image,
String fileName)
throws IOException
- Saves an image into a PNG image file.
- Specified by:
save
in interface ImageSaver
- Parameters:
image
- an image to be saved.fileName
- a file to load image from.
- Throws:
IOException