|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.mebigfatguy.polycasso.PNGSaver
public class PNGSaver
generates a png file from the set of polygons
| Constructor Summary | |
|---|---|
PNGSaver()
|
|
| Method Summary | |
|---|---|
void |
save(java.lang.String fileName,
java.awt.Dimension imageSize,
PolygonData[] data)
saves the set of polygons in a png file |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PNGSaver()
| Method Detail |
|---|
public void save(java.lang.String fileName,
java.awt.Dimension imageSize,
PolygonData[] data)
throws java.io.IOException
save in interface SaverfileName - the name of the file to write toimageSize - the dimension of the imagedata - the polygons to draw
java.io.IOException - if the file can't be saved
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||