[Polycasso-commit] SF.net SVN: polycasso:[181] trunk/polycasso/src/com/mebigfatguy/polycasso/ Saver
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2009-12-10 14:12:05
|
Revision: 181
http://polycasso.svn.sourceforge.net/polycasso/?rev=181&view=rev
Author: dbrosius
Date: 2009-12-10 14:11:58 +0000 (Thu, 10 Dec 2009)
Log Message:
-----------
javadoc
Modified Paths:
--------------
trunk/polycasso/src/com/mebigfatguy/polycasso/Saver.java
Modified: trunk/polycasso/src/com/mebigfatguy/polycasso/Saver.java
===================================================================
--- trunk/polycasso/src/com/mebigfatguy/polycasso/Saver.java 2009-12-10 14:11:30 UTC (rev 180)
+++ trunk/polycasso/src/com/mebigfatguy/polycasso/Saver.java 2009-12-10 14:11:58 UTC (rev 181)
@@ -32,6 +32,8 @@
* @param fileName the name of the file to write to
* @param imageSize the dimension of the image
* @param data the polygons to draw
+ *
+ * @throws IOException if the file can't be saved
*/
void save(String fileName, Dimension imageSize, PolygonData[] data) throws IOException;
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|