Uses of Class
ch.aplu.jcardgame.CardGame

Packages that use CardGame
ch.aplu.jcardgame Addon package of the JDroidLib framework for developing card game applications. 
 

Uses of CardGame in ch.aplu.jcardgame
 

Methods in ch.aplu.jcardgame with parameters of type CardGame
 void Hand.setCardGame(CardGame cardGame)
          Selects the card game instance where to display the hand's card.
 void Hand.setView(CardGame cardGame, HandLayout handLayout)
          Preparing to display the current hand in a game grid window using the given given layout.