Uses of Package
ch.aplu.jcardgame

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

Classes in ch.aplu.jcardgame used by ch.aplu.jcardgame
Card
          A class to represent individual playing cards.
CardActor
          Class that represents the game grid actor that belongs to the sprite image of a card.
CardGame
          A specialized GameGrid class used for card games.
CardGame.BoardType
          Enumeration that defines the screen layout.
CardListener
          Declaration of callback methods called for card events.
CardOrientation
          Four major card orientations.
ColumnLayout
          Class to store the column layout options for a hand.
Deck
          A class to bundle information about the card suits and ranks and their card actors (sprite images).
Deck.CardValues
          Interface for the construction of integer arrays with card values (card points, card values) of each card in each suit.
FanLayout
          Class to store the fan layout options for a hand.
Hand
          Representation of a card set.
Hand.CardAlignment
          Card alignment used when hand is drawn using drawRow(), drawColumn()
Hand.SortType
          Compare type used for the compareTo() implementation.
HandLayout
          Base class of hand layouts.
RowLayout
          Class to store the row layout options for a hand.
StackLayout
          Class to store the stacked layout options for a hand.
TargetArea
          Class to represent the target area and moving options for card transfers.