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

+ +jrummikub.model +
+Interface IPlayer

+
+
All Known Implementing Classes:
Player
+
+
+
+
public interface IPlayer
+ + +

+Interface for Player model +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + +
+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
+  +

+ + + + + + + + +
+Method Detail
+ +

+getHand

+
+IHand getHand()
+
+
Get the current hand of the player +

+

+ +
Returns:
the player's hand
+
+
+
+ +

+getColor

+
+java.awt.Color getColor()
+
+
Return the player's color +

+

+ +
Returns:
the player's color
+
+
+
+ +

+getName

+
+java.lang.String getName()
+
+
Return the name of the player +

+

+ +
Returns:
the player's name
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3