Uses of Interface
ch.aplu.jcardgame.Deck.CardPoints

Packages that use Deck.CardPoints
ch.aplu.jcardgame Addon package of the JGameGrid framework for developing card game applications. 
 

Uses of Deck.CardPoints in ch.aplu.jcardgame
 

Constructors in ch.aplu.jcardgame with parameters of type Deck.CardPoints
Deck(T[] suits, R[] ranks, S[] sprites, java.lang.String cover, Deck.CardPoints cardPoint)
          Creates a deck from given suit and rank and sprites enumerations with given card points.
Deck(T[] suits, R[] ranks, java.lang.String cover, Deck.CardPoints cardPoint)
          Creates a deck from given suit and rank enumerations with given card points using the values of the suits enumeration for the sprite names.