|
Blackjack | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--com.amoebacode.blackjack.display.DisplayElement
|
+--com.amoebacode.blackjack.display.ParticipantDisplay
ParticipantDisplay is the base class for dealer and player displays, managing the list of hand displays.
| Field Summary | |
private java.util.List |
handDisplay
The list of hand displays managed by this participant display |
| Fields inherited from class com.amoebacode.blackjack.display.DisplayElement |
parent |
| Constructor Summary | |
protected |
ParticipantDisplay(RoundDisplay round)
Default protected constructor. |
| Method Summary | |
protected void |
addHandDisplay(HandDisplay hand)
Adds the specified hand display to this participant. |
protected HandDisplay |
getHandDisplayAt(int index)
Returns the hand display at the specified index. |
| Methods inherited from class com.amoebacode.blackjack.display.DisplayElement |
executeGameCommand, getDisplayManager, getGameDisplay, getParent, hasParent, playGameClip, queueAction, resumeQueue |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
private java.util.List handDisplay
| Constructor Detail |
protected ParticipantDisplay(RoundDisplay round)
round - the parent RoundDisplay| Method Detail |
protected void addHandDisplay(HandDisplay hand)
hand - the HandDisplay to addprotected HandDisplay getHandDisplayAt(int index)
index - the index of the hand to return
|
Blackjack | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||