|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IHandPanel
The view for a player's hand that displays his stones
Method Summary | |
---|---|
void |
setHandHeight(int height)
Set the number of stones that fit on the hand vertically |
void |
setHandWidth(int width)
Set the number of stones that fit on the hand horizontally |
void |
setStones(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 |
---|
void setStones(java.lang.Iterable<Pair<Stone,Position>> stones)
stones
- the stonesvoid setHandWidth(int width)
width
- number of stonesvoid setHandHeight(int height)
height
- number of stones
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |