|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.mit.csail.sdg.alloy4.OurPNGWriter
public final class OurPNGWriter
Graphical convenience methods for producing PNG files.
Method Summary | |
---|---|
static void |
writePNG(java.awt.image.BufferedImage image,
java.lang.String filename,
double dpiX,
double dpiY)
Writes the image as a PNG file with the given horizontal and vertical dots-per-inch. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void writePNG(java.awt.image.BufferedImage image, java.lang.String filename, double dpiX, double dpiY) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |