|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ICardCollection | |
|---|---|
| org.vizzini.example.gin | Provides gin classes for the game framework. |
| org.vizzini.example.gin.ui | Provides gin user interface classes for the game framework. |
| org.vizzini.game.cardgame | Provides core game classes for card games in the game framework. |
| org.vizzini.ui.game.cardgame | Provides card game user interface classes for the game framework. |
| Uses of ICardCollection in org.vizzini.example.gin |
|---|
| Methods in org.vizzini.example.gin that return ICardCollection | |
|---|---|
protected ICardCollection |
Environment.getHand(IAgent agent)
Return the given agent's hand. |
ICardCollection |
Environment.getHandOne()
Return agent one's hand. |
ICardCollection |
Environment.getHandTwo()
Return agent two's hand. |
| Uses of ICardCollection in org.vizzini.example.gin.ui |
|---|
| Methods in org.vizzini.example.gin.ui with parameters of type ICardCollection | |
|---|---|
void |
EnvironmentUISwing.setDiscardPile(ICardCollection cards)
Set the discard pile. |
void |
EnvironmentUISwing.setDrawPile(ICardCollection cards)
Set the draw pile. |
void |
EnvironmentUISwing.setHandOne(ICardCollection cards)
Set agent one's hand. |
void |
EnvironmentUISwing.setHandTwo(ICardCollection cards)
Set agent two's hand. |
| Uses of ICardCollection in org.vizzini.game.cardgame |
|---|
| Classes in org.vizzini.game.cardgame that implement ICardCollection | |
|---|---|
class |
CardCollection
Provides a card collection. |
class |
PokerDeck
Provides a poker card deck for card games in the game framework. |
| Methods in org.vizzini.game.cardgame that return ICardCollection | |
|---|---|
ICardCollection |
AbstractCardTable.getDiscardPile()
Return the discard pile. |
ICardCollection |
AbstractCardTable.getDrawPile()
Return the draw pile. |
| Uses of ICardCollection in org.vizzini.ui.game.cardgame |
|---|
| Methods in org.vizzini.ui.game.cardgame that return ICardCollection | |
|---|---|
ICardCollection |
CardCollectionUI.getCardCollection()
Return the card collection this UI represents. |
| Methods in org.vizzini.ui.game.cardgame with parameters of type ICardCollection | |
|---|---|
protected void |
CardCollectionUI.reconcileExpanded(ICardCollection cards)
Reconcile the new card collection with the existing card UIs. |
protected void |
CardCollectionUI.reconcileNotExpanded(ICardCollection cards)
Reconcile the new card collection with the existing card UIs. |
void |
CardCollectionUI.setCardCollection(ICardCollection cards)
Set the card collection displayed by this. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Copyright © 2007 Vizzini.org. All Rights Reserved. | 2007.12.25.03.00.02 |