|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.jemmy.image.PNGImageSaver
public class PNGImageSaver
Allowes to process PNF image format.
Constructor Summary | |
---|---|
PNGImageSaver()
|
Method Summary | |
---|---|
void |
save(java.awt.image.BufferedImage image,
java.lang.String fileName)
Saves an image into a PNG image file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PNGImageSaver()
Method Detail |
---|
public void save(java.awt.image.BufferedImage image, java.lang.String fileName) throws java.io.IOException
save
in interface ImageSaver
image
- an image to be saved.fileName
- a file to load image from.
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |