[Pixelle-commit] SF.net SVN: pixelle: [81] trunk/pixelle/src/com/mebigfatguy/pixelle/ PixelleImage.
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2008-06-26 02:30:14
|
Revision: 81
http://pixelle.svn.sourceforge.net/pixelle/?rev=81&view=rev
Author: dbrosius
Date: 2008-06-25 19:30:12 -0700 (Wed, 25 Jun 2008)
Log Message:
-----------
javadoc
Modified Paths:
--------------
trunk/pixelle/src/com/mebigfatguy/pixelle/PixelleImage.java
Modified: trunk/pixelle/src/com/mebigfatguy/pixelle/PixelleImage.java
===================================================================
--- trunk/pixelle/src/com/mebigfatguy/pixelle/PixelleImage.java 2008-06-26 02:28:34 UTC (rev 80)
+++ trunk/pixelle/src/com/mebigfatguy/pixelle/PixelleImage.java 2008-06-26 02:30:12 UTC (rev 81)
@@ -27,6 +27,10 @@
import java.awt.image.DataBuffer;
import java.awt.image.IndexColorModel;
+/**
+ * a representation of an image to manipulate. Encapsulates two BufferedImages, one
+ * to represent the real image, and the second to represent selection.
+ */
public class PixelleImage {
private BufferedImage image;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|