Revision: 91
Author: lgrammel
Date: 2006-06-05 05:48:38 -0700 (Mon, 05 Jun 2006)
ViewCVS: http://svn.sourceforge.net/exmmt/?rev=91&view=rev
Log Message:
-----------
#1500774 scenario "shopping list"
Modified Paths:
--------------
net.sourceforge.exmmt/trunk/src/java/net/sourceforge/exmmt/graphics/IDrawArea.java
Modified: net.sourceforge.exmmt/trunk/src/java/net/sourceforge/exmmt/graphics/IDrawArea.java
===================================================================
--- net.sourceforge.exmmt/trunk/src/java/net/sourceforge/exmmt/graphics/IDrawArea.java 2006-06-05 12:46:03 UTC (rev 90)
+++ net.sourceforge.exmmt/trunk/src/java/net/sourceforge/exmmt/graphics/IDrawArea.java 2006-06-05 12:48:38 UTC (rev 91)
@@ -12,6 +12,7 @@
*/
package net.sourceforge.exmmt.graphics;
+// TODO check introduction of Point class
public interface IDrawArea {
void drawText(String text);
@@ -20,4 +21,7 @@
void changePosition(int deltaX, int deltaY);
+ int getX();
+
+ int getY();
}
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|