[Polycasso-commit] SF.net SVN: polycasso:[193] trunk/polycasso/src/com/mebigfatguy/polycasso/ Image
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2009-12-18 04:08:28
|
Revision: 193
http://polycasso.svn.sourceforge.net/polycasso/?rev=193&view=rev
Author: dbrosius
Date: 2009-12-18 04:08:20 +0000 (Fri, 18 Dec 2009)
Log Message:
-----------
add getTargetImage
Modified Paths:
--------------
trunk/polycasso/src/com/mebigfatguy/polycasso/ImageGenerator.java
Modified: trunk/polycasso/src/com/mebigfatguy/polycasso/ImageGenerator.java
===================================================================
--- trunk/polycasso/src/com/mebigfatguy/polycasso/ImageGenerator.java 2009-12-18 04:06:23 UTC (rev 192)
+++ trunk/polycasso/src/com/mebigfatguy/polycasso/ImageGenerator.java 2009-12-18 04:08:20 UTC (rev 193)
@@ -69,6 +69,15 @@
}
/**
+ * retrieves the scaled target iamge
+ *
+ * @return the target image
+ */
+ public BufferedImage getTargetImage() {
+ return targetImage;
+ }
+
+ /**
* returns the image size that is being generated. This size might be different the original image
* if the size is bigger then the max setting.
*
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|