Uses of Class
ch.aplu.jcardgame.HandLayout

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

Uses of HandLayout in ch.aplu.jcardgame
 

Subclasses of HandLayout in ch.aplu.jcardgame
 class ColumnLayout
          Class to store the column layout options for a hand.
 class FanLayout
          Class to store the fan layout options for a hand.
 class RowLayout
          Class to store the row layout options for a hand.
 class StackLayout
          Class to store the stacked layout options for a hand.
 

Methods in ch.aplu.jcardgame that return HandLayout
 HandLayout Hand.getLayout()
          Returns the reference of the current HandLayout.
 

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