From 670fcf2613f6db2a4bfdaa91ac9d90001a90359e Mon Sep 17 00:00:00 2001 From: Ida Massow Date: Tue, 10 May 2011 16:59:40 +0200 Subject: docs fertig und vorher repariert git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@232 72836036-5685-4462-b002-a69064685172 --- doc/jrummikub/model/Position.html | 354 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 354 insertions(+) create mode 100644 doc/jrummikub/model/Position.html (limited to 'doc/jrummikub/model/Position.html') diff --git a/doc/jrummikub/model/Position.html b/doc/jrummikub/model/Position.html new file mode 100644 index 0000000..ab41483 --- /dev/null +++ b/doc/jrummikub/model/Position.html @@ -0,0 +1,354 @@ + + + + + + +Position + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +jrummikub.model +
+Class Position

+
+java.lang.Object
+  extended by jrummikub.model.Position
+
+
+
+
public class Position
extends java.lang.Object
+ + +

+Stone Position class to determine positions on Table or + Hand +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
Position(float x, + float y) + +
+          Create a new position by specifying the coordinates
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleanequals(java.lang.Object obj) + +
+           
+ floatgetX() + +
+          Get the x coordinate of the position
+ floatgetY() + +
+          Get the y coordinate of the position
+ inthashCode() + +
+           
+ java.lang.StringtoString() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+Position

+
+public Position(float x,
+                float y)
+
+
Create a new position by specifying the coordinates +

+

+
Parameters:
x - x coordinate
y - y coordinate
+
+ + + + + + + + +
+Method Detail
+ +

+getX

+
+public float getX()
+
+
Get the x coordinate of the position +

+

+ +
Returns:
x coordinate
+
+
+
+ +

+getY

+
+public float getY()
+
+
Get the y coordinate of the position +

+

+ +
Returns:
y coordinate
+
+
+
+ +

+toString

+
+public java.lang.String toString()
+
+
+
Overrides:
toString in class java.lang.Object
+
+
+
+
+
+
+ +

+equals

+
+public boolean equals(java.lang.Object obj)
+
+
+
Overrides:
equals in class java.lang.Object
+
+
+
+
+
+
+ +

+hashCode

+
+public int hashCode()
+
+
+
Overrides:
hashCode in class java.lang.Object
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3