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/Table.html | 142 ++++++++++++++++++++++++++++++++++++----- 1 file changed, 127 insertions(+), 15 deletions(-) (limited to 'doc/jrummikub/model/Table.html') diff --git a/doc/jrummikub/model/Table.html b/doc/jrummikub/model/Table.html index 989a94d..009c7a4 100644 --- a/doc/jrummikub/model/Table.html +++ b/doc/jrummikub/model/Table.html @@ -2,12 +2,12 @@ - + Table - + @@ -56,7 +56,7 @@ function windowTitle()  PREV CLASS  - NEXT CLASSNEXT 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 @@ -97,7 +97,7 @@ java.lang.Object extended by jrummikub.model.Table
-
All Implemented Interfaces:
java.lang.Cloneable, java.lang.Iterable<Pair<StoneSet,Position>>, IStoneTray<StoneSet>, ITable
+
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<Pair<StoneSet,Position>>, IStoneTray<StoneSet>, ITable

@@ -109,6 +109,8 @@ Class administering the Serialized Form

@@ -120,6 +122,14 @@ Class administering the Nested Class Summary + + +private static class +Table.StoneInfo + +
+            +   @@ -139,6 +149,22 @@ Class administering the Field Summary + + + + + + + +
+private  GameSettingsgameSettings + +
+           
+private static longserialVersionUID + +
+           
  @@ -159,10 +185,10 @@ Class administering the - +          Constructor for a table
Table() +Table(GameSettings settings)
-           
  @@ -176,6 +202,14 @@ Class administering the +private  Table.StoneInfo +findStoneInfo(Stone stone) + +
+          Finds Table.StoneInfo + + +  StoneSet findStoneSet(Stone stone) @@ -198,6 +232,16 @@ Class administering the Stone from the Table + + +private  void +splitSet(StoneSet set, + Position setPosition, + int stonePosition) + +
+          Splits a stone set at a specified position +   @@ -205,7 +249,7 @@ Class administering the Methods inherited from class jrummikub.model.StoneTray - +
clone, drop, fixInvalidDrop, getPosition, getSize, iterator, pickUpclone, contains, drop, fixInvalidDrop, getPosition, getSize, iterator, pickUp
  @@ -223,7 +267,7 @@ Class administering the Methods inherited from interface jrummikub.model.IStoneTray -clone, drop, getPosition, getSize, pickUp +clone, contains, drop, getPosition, getSize, pickUp   @@ -238,6 +282,35 @@ Class administering the + + + + +
+Field Detail
+ +

+serialVersionUID

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

+gameSettings

+
+private GameSettings gameSettings
+
+
+
+
+ @@ -248,11 +321,15 @@ Class administering the

+

Table

-public Table()
+public Table(GameSettings settings) +
+
Constructor for a table +

+
Parameters:
settings - GameSettings
@@ -281,6 +358,23 @@ public void pickUpStone(
+

+findStoneInfo

+
+private Table.StoneInfo findStoneInfo(Stone stone)
+
+
Finds Table.StoneInfo +

+

+
+
+
+
Parameters:
stone - the stone +
Returns:
the info
+
+
+
+

findStoneSet

@@ -299,6 +393,24 @@ public 

+splitSet

+
+private void splitSet(StoneSet set,
+                      Position setPosition,
+                      int stonePosition)
+
+
Splits a stone set at a specified position +

+

+
+
+
+
Parameters:
set - the stone set to split
setPosition - the set's position on the table
stonePosition - the stone after which splitting should occur
+
+
+
+

isValid

@@ -346,7 +458,7 @@ public boolean isValid()
 PREV CLASS  - NEXT CLASSNEXT CLASS FRAMES    NO FRAMES   @@ -366,9 +478,9 @@ public boolean isValid()
- SUMMARY: NESTED | FIELD | CONSTR | METHOD + SUMMARY: NESTED | FIELD | CONSTR | METHOD -DETAIL: FIELD | CONSTR | METHOD +DETAIL: FIELD | CONSTR | METHOD -- cgit v1.2.3