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/Stone.html | 111 +++++++++++++++++++++++++++++++++++++---- 1 file changed, 101 insertions(+), 10 deletions(-) (limited to 'doc/jrummikub/model/Stone.html') diff --git a/doc/jrummikub/model/Stone.html b/doc/jrummikub/model/Stone.html index 97fafb2..6f694c5 100644 --- a/doc/jrummikub/model/Stone.html +++ b/doc/jrummikub/model/Stone.html @@ -2,12 +2,12 @@ - + Stone - + @@ -76,9 +76,9 @@ function windowTitle() - SUMMARY: NESTED | FIELD | CONSTR | METHOD + SUMMARY: NESTED | FIELD | CONSTR | METHOD -DETAIL: FIELD | CONSTR | METHOD +DETAIL: FIELD | CONSTR | METHOD @@ -96,11 +96,11 @@ java.lang.Object extended by jrummikub.model.Stone
-
All Implemented Interfaces:
Sizeable
+
All Implemented Interfaces:
java.io.Serializable, Sizeable

-
public class Stone
extends java.lang.Object
implements Sizeable
+
public class Stone
extends java.lang.Object
implements Sizeable, java.io.Serializable

@@ -108,10 +108,53 @@ Basic Rummikub Stone

+

+
See Also:
Serialized Form

+ + + + + + + + + + + + + + + + + + + + + + + +
+Field Summary
+private  StoneColorcolor + +
+           
+private  booleanjoker + +
+           
+private static longserialVersionUID + +
+           
+private  intvalue +
+           
@@ -204,6 +247,55 @@ Basic Rummikub Stone  

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

+serialVersionUID

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

+value

+
+private int value
+
+
+
+
+
+ +

+color

+
+private StoneColor color
+
+
+
+
+
+ +

+joker

+
+private final boolean joker
+
+
+
+
+ @@ -219,8 +311,7 @@ Stone
 public Stone(StoneColor color)
-
Creates a joker of the given color. The color is only used for - displaying. +
Creates a joker of the given color. The color is only used for displaying.

Parameters:
color - joker color
@@ -400,9 +491,9 @@ public java.lang.String toString() - SUMMARY: NESTED | FIELD | CONSTR | METHOD + SUMMARY: NESTED | FIELD | CONSTR | METHOD -DETAIL: FIELD | CONSTR | METHOD +DETAIL: FIELD | CONSTR | METHOD -- cgit v1.2.3