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

+ +jrummikub.view +
+Interface IHandPanel

+
+
All Superinterfaces:
IClickable, IStonePanel
+
+
+
All Known Implementing Classes:
HandPanel
+
+
+
+
public interface IHandPanel
extends IStonePanel, IClickable
+ + +

+The view for a player's hand that displays his stones +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidsetHandHeight(int height) + +
+          Set the number of stones that fit on the hand vertically
+ voidsetHandWidth(int width) + +
+          Set the number of stones that fit on the hand horizontally
+ voidsetStones(java.lang.Iterable<Pair<Stone,Position>> stones) + +
+          Set the player's stones to display on the board
+ + + + + + + +
Methods inherited from interface jrummikub.view.IStonePanel
getRangeClickEvent, getSetClickEvent, getStoneClickEvent
+ + + + + + + +
Methods inherited from interface jrummikub.view.IClickable
getClickEvent
+  +

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

+setStones

+
+void setStones(java.lang.Iterable<Pair<Stone,Position>> stones)
+
+
Set the player's stones to display on the board +

+

+
+
+
+
Parameters:
stones - the stones
+
+
+
+ +

+setHandWidth

+
+void setHandWidth(int width)
+
+
Set the number of stones that fit on the hand horizontally +

+

+
+
+
+
Parameters:
width - number of stones
+
+
+
+ +

+setHandHeight

+
+void setHandHeight(int height)
+
+
Set the number of stones that fit on the hand vertically +

+

+
+
+
+
Parameters:
height - number of stones
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3