From 51b7fbe822bd9a3804c061f0b844884769d7ddba Mon Sep 17 00:00:00 2001 From: Ida Massow Date: Wed, 6 Jul 2011 16:36:06 +0200 Subject: Javadoc git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@609 72836036-5685-4462-b002-a69064685172 --- doc/jrummikub/model/Position.html | 123 +++++++++++++++++++++++++++++++------- 1 file changed, 103 insertions(+), 20 deletions(-) (limited to 'doc/jrummikub/model/Position.html') diff --git a/doc/jrummikub/model/Position.html b/doc/jrummikub/model/Position.html index 80f96fd..5a369cb 100644 --- a/doc/jrummikub/model/Position.html +++ b/doc/jrummikub/model/Position.html @@ -2,12 +2,12 @@ - + Position - + @@ -55,8 +55,8 @@ function windowTitle() PREV CLASS  - NEXT CLASSPREV CLASS  + NEXT CLASS FRAMES    NO FRAMES   @@ -76,9 +76,9 @@ function windowTitle() - SUMMARY: NESTED | FIELD | CONSTR | METHOD + SUMMARY: NESTED | FIELD | CONSTR | METHOD -DETAIL: FIELD | CONSTR | METHOD +DETAIL: FIELD | CONSTR | METHOD @@ -95,9 +95,12 @@ Class Position java.lang.Object extended by jrummikub.model.Position +
+
All Implemented Interfaces:
java.io.Serializable
+

-
public class Position
extends java.lang.Object
+
public class Position
extends java.lang.Object
implements java.io.Serializable

@@ -106,10 +109,45 @@ java.lang.Object

+

+
See Also:
Serialized Form

+ + + + + + + + + + + + + + + + + + + +
+Field Summary
+private static longserialVersionUID + +
+           
+private  doublex + +
+           
+private  doubley +
+           
@@ -119,8 +157,8 @@ java.lang.Object Constructor Summary -Position(float x, - float y) +Position(double x, + double y)
          Create a new position by specifying the coordinates @@ -145,7 +183,7 @@ java.lang.Object - float + double getX()
@@ -153,7 +191,7 @@ java.lang.Object - float + double getY()
@@ -188,6 +226,45 @@ java.lang.Object  

+ + + + + + + +
+Field Detail
+ +

+serialVersionUID

+
+private static final long serialVersionUID
+
+
+
See Also:
Constant Field Values
+
+
+ +

+x

+
+private double x
+
+
+
+
+
+ +

+y

+
+private double y
+
+
+
+
+ @@ -198,11 +275,11 @@ java.lang.Object -

+

Position

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

@@ -223,11 +300,14 @@ public Position(float x,

getX

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

+
+
+
Returns:
x coordinate
@@ -237,11 +317,14 @@ public float getX()

getY

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

+
+
+
Returns:
y coordinate
@@ -319,8 +402,8 @@ public int hashCode() PREV CLASS  - NEXT CLASSPREV CLASS  + NEXT CLASS FRAMES    NO FRAMES   @@ -340,9 +423,9 @@ public int hashCode() - SUMMARY: NESTED | FIELD | CONSTR | METHOD + SUMMARY: NESTED | FIELD | CONSTR | METHOD -DETAIL: FIELD | CONSTR | METHOD +DETAIL: FIELD | CONSTR | METHOD -- cgit v1.2.3