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/IPlayer.html | 206 ++++++++++++++++++++++++++++++++++----- 1 file changed, 182 insertions(+), 24 deletions(-) (limited to 'doc/jrummikub/model/IPlayer.html') diff --git a/doc/jrummikub/model/IPlayer.html b/doc/jrummikub/model/IPlayer.html index 9e6e86d..38beef7 100644 --- a/doc/jrummikub/model/IPlayer.html +++ b/doc/jrummikub/model/IPlayer.html @@ -2,12 +2,12 @@ - + IPlayer - + @@ -56,7 +56,7 @@ function windowTitle()  PREV CLASS  - NEXT CLASSNEXT CLASS FRAMES    NO FRAMES   @@ -92,11 +92,14 @@ jrummikub.model
Interface IPlayer
+
All Superinterfaces:
java.io.Serializable
+
+
All Known Implementing Classes:
Player

-
public interface IPlayer
+
public interface IPlayer
extends java.io.Serializable

@@ -118,27 +121,75 @@ Interface for - java.awt.Color -getColor() + IHand +getHand()
-          Return the player's color +          Get the current hand of the player - IHand -getHand() + boolean +getLaidOut()
-          Get the current hand of the player +          Has the player laid out yet? + + + + int +getLastTurnStoneCount() + +
+          Gets the number of stones put on table in player's last turn + + + + PlayerSettings +getPlayerSettings() + +
+          Returns the player settings + + + + void +setHand(IHand hand) + +
+          Set the current hand of the player + + + + void +setLaidOut(boolean laidOut) + +
+          Set if the player laid out + + + + void +setLastTurnInvalid(boolean value) + +
+          Sets last turn invalid - java.lang.String -getName() + void +setLastTurnStoneCount(int value)
-          Return the name of the player +          Sets the number of stones out on the table in player's last turn + + + + boolean +wasLastTurnInvalid() + +
+          Getter for last turn invalid   @@ -162,36 +213,143 @@ getHand

Get the current hand of the player

+
+
+
Returns:
the player's hand

-

-getColor

+

+setHand

-java.awt.Color getColor()
+void setHand(IHand hand)
-
Return the player's color +
Set the current hand of the player

+
+
+
+
Parameters:
hand - the new hand
+
+
+
+ +

+getLaidOut

+
+boolean getLaidOut()
+
+
Has the player laid out yet? +

+

+
+
+
-
Returns:
the player's color
+
Returns:
if the player has laid out

-

-getName

+

+getPlayerSettings

-java.lang.String getName()
+PlayerSettings getPlayerSettings()
-
Return the name of the player +
Returns the player settings

+
+
+
-
Returns:
the player's name
+
Returns:
the player settings
+ + +
+ +

+setLaidOut

+
+void setLaidOut(boolean laidOut)
+
+
Set if the player laid out +

+

+
+
+
+
Parameters:
laidOut - the player laid out
+
+
+
+ +

+wasLastTurnInvalid

+
+boolean wasLastTurnInvalid()
+
+
Getter for last turn invalid +

+

+
+
+
+ +
Returns:
last turn invalid
+
+
+
+ +

+setLastTurnInvalid

+
+void setLastTurnInvalid(boolean value)
+
+
Sets last turn invalid +

+

+
+
+
+
Parameters:
value - last turn invalid
+
+
+
+ +

+getLastTurnStoneCount

+
+int getLastTurnStoneCount()
+
+
Gets the number of stones put on table in player's last turn +

+

+
+
+
+ +
Returns:
number of stones
+
+
+
+ +

+setLastTurnStoneCount

+
+void setLastTurnStoneCount(int value)
+
+
Sets the number of stones out on the table in player's last turn +

+

+
+
+
+
Parameters:
value - number of stones
@@ -226,7 +384,7 @@ java.lang.String getName()  PREV CLASS  - NEXT CLASSNEXT CLASS FRAMES    NO FRAMES   -- cgit v1.2.3