[Polycasso-commit] SF.net SVN: polycasso:[81] trunk/polycasso/src/com/mebigfatguy/polycasso/ ImageC
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2009-11-28 04:21:20
|
Revision: 81
http://polycasso.svn.sourceforge.net/polycasso/?rev=81&view=rev
Author: dbrosius
Date: 2009-11-28 04:21:07 +0000 (Sat, 28 Nov 2009)
Log Message:
-----------
javadoc
Modified Paths:
--------------
trunk/polycasso/src/com/mebigfatguy/polycasso/ImageCompleter.java
Modified: trunk/polycasso/src/com/mebigfatguy/polycasso/ImageCompleter.java
===================================================================
--- trunk/polycasso/src/com/mebigfatguy/polycasso/ImageCompleter.java 2009-11-28 01:54:25 UTC (rev 80)
+++ trunk/polycasso/src/com/mebigfatguy/polycasso/ImageCompleter.java 2009-11-28 04:21:07 UTC (rev 81)
@@ -43,9 +43,10 @@
/**
* create a completer to move the image from polygon form to real form
*
+ * @param generator the iage generator that this completer is working for
* @param image the target image that will eventually be drawn
* @param bestData the best proximation the program reached
- * @param imageSize the image size
+ * @param size the image size
*/
public ImageCompleter(ImageGenerator generator, BufferedImage image, PolygonData[] bestData, Dimension size) {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|