From 9ad7f0822eb66972f740fb3da58c85d7a555d549 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 16 May 2011 20:49:11 +0200 Subject: Add hand row controls to view git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@241 72836036-5685-4462-b002-a69064685172 --- src/jrummikub/view/IHandPanel.java | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) (limited to 'src/jrummikub/view/IHandPanel.java') diff --git a/src/jrummikub/view/IHandPanel.java b/src/jrummikub/view/IHandPanel.java index 3a76780..ea08f86 100644 --- a/src/jrummikub/view/IHandPanel.java +++ b/src/jrummikub/view/IHandPanel.java @@ -17,18 +17,7 @@ public interface IHandPanel extends IStonePanel, IClickable { public void setStones(Iterable> stones); /** - * Set the number of stones that fit on the hand horizontally - * - * @param width - * number of stones - */ - public void setHandWidth(int width); - - /** - * Set the number of stones that fit on the hand vertically - * - * @param height - * number of stones + * Resets the rows currently displayed */ - public void setHandHeight(int height); + void resetCurrentRow(); } -- cgit v1.2.3