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/Player.html | 324 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 324 insertions(+) create mode 100644 doc/jrummikub/model/Player.html (limited to 'doc/jrummikub/model/Player.html') diff --git a/doc/jrummikub/model/Player.html b/doc/jrummikub/model/Player.html new file mode 100644 index 0000000..9bc12ba --- /dev/null +++ b/doc/jrummikub/model/Player.html @@ -0,0 +1,324 @@ + + + + + + +Player + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +jrummikub.model +
+Class Player

+
+java.lang.Object
+  extended by jrummikub.model.Player
+
+
+
All Implemented Interfaces:
IPlayer
+
+
+
+
public class Player
extends java.lang.Object
implements IPlayer
+ + +

+Class managing player data. No methods in release 1 +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
Player(java.lang.String name, + java.awt.Color color) + +
+          Create a new player with a given name and color
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.awt.ColorgetColor() + +
+          Return the player's color
+ IHandgetHand() + +
+          Get the current hand of the player
+ java.lang.StringgetName() + +
+          Return the name of the player
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

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

+Player

+
+public Player(java.lang.String name,
+              java.awt.Color color)
+
+
Create a new player with a given name and color +

+

+
Parameters:
name - player name
color - player's color
+
+ + + + + + + + +
+Method Detail
+ +

+getHand

+
+public IHand getHand()
+
+
Description copied from interface: IPlayer
+
Get the current hand of the player +

+

+
Specified by:
getHand in interface IPlayer
+
+
+ +
Returns:
the player's hand
+
+
+
+ +

+getColor

+
+public java.awt.Color getColor()
+
+
Description copied from interface: IPlayer
+
Return the player's color +

+

+
Specified by:
getColor in interface IPlayer
+
+
+ +
Returns:
the player's color
+
+
+
+ +

+getName

+
+public java.lang.String getName()
+
+
Description copied from interface: IPlayer
+
Return the name of the player +

+

+
Specified by:
getName in interface IPlayer
+
+
+ +
Returns:
the player's name
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3