Uses of Interface
org.vizzini.game.cardgame.ISuit

Packages that use ISuit
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 ISuit in org.vizzini.example.gin.ui
 

Methods in org.vizzini.example.gin.ui that return ISuit
protected  ISuit TextHumanAgent.getSuit(char shortName)
          Return the suit for the given suit display name.
 

Uses of ISuit in org.vizzini.game.cardgame
 

Classes in org.vizzini.game.cardgame that implement ISuit
 class AbstractSuit
          Provides base functionality for a suit for card games in the game framework.
 class DefaultSuit
          Provides a default implementation of a suit for card games in the game framework.
 

Fields in org.vizzini.game.cardgame declared as ISuit
static ISuit PokerDeck.CLUBS
          Clubs suit.
static ISuit PokerDeck.DIAMONDS
          Diamonds suit.
static ISuit PokerDeck.HEARTS
          Hearts suit.
static ISuit PokerDeck.SPADES
          Spades suit.
static ISuit[] PokerDeck.SUITS
          Array of suits.
 

Methods in org.vizzini.game.cardgame that return ISuit
 ISuit AbstractCard.getSuit()
          Return the suit.
 ISuit ICard.getSuit()
          Return the suit.
 ISuit AbstractCardTable.getSuit(String name)
          Return the suit with the given name.
 

Methods in org.vizzini.game.cardgame with parameters of type ISuit
 ICard CardCollection.get(String name, ISuit suit)
          Return the card with the given name and suit.
protected  Object CardCollection.getKey(String name, ISuit suit)
          Return the card key.
protected  void PokerDeck.initCard(String name, int value, ISuit suit)
          Create and add a card with the given parameters.
 void AbstractCard.setSuit(ISuit suit)
          Set the suit.
 void ICard.setSuit(ISuit suit)
          Set the suit.
 

Uses of ISuit in org.vizzini.ui.game.cardgame
 

Methods in org.vizzini.ui.game.cardgame that return ISuit
protected  ISuit AbstractCardCenterUI.getCardSuit()
          Return the suit.
 ISuit SuitUI.getSuit()
          Return the suit.
 

Methods in org.vizzini.ui.game.cardgame with parameters of type ISuit
static Color PokerDeckUI.getColor(ISuit suit)
          Return the color for the given suit.
 void AbstractCardCenterUI.setCardSuit(ISuit suit)
          Set the suit.
 void CardCenterPipsUI.setCardSuit(ISuit suit)
          Set the suit.
protected  void CardCornerUI.setCardSuit(ISuit suit)
          Set the suit.
 void SuitUI.setSuit(ISuit suit)
          Set the suit.
 



Copyright © 2007 Vizzini.org. All Rights Reserved. 2007.12.25.03.00.02