Uses of Class
org.jogre.common.games.Card

Packages that use Card
org.jogre.common.games This package contains game specific classes such as helper classes for cards. 
 

Uses of Card in org.jogre.common.games
 

Methods in org.jogre.common.games that return Card
 Card Deck.deal()
          Dealing a card removes a card off the top of the deck.
 Card Deck.get(int index)
          Get card from deck by index
 

Methods in org.jogre.common.games with parameters of type Card
 boolean Deck.addCard(Card card)
          Adds card to deck.
 int Card.spadesCompareTo(Card card)
          Compares two Card objects in the game of spades.