|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Hand.CardAlignment | |
---|---|
ch.aplu.jcardgame | Addon package of the JDroidLib framework for developing card game applications. |
Uses of Hand.CardAlignment in ch.aplu.jcardgame |
---|
Methods in ch.aplu.jcardgame that return Hand.CardAlignment | |
---|---|
Hand.CardAlignment |
ColumnLayout.getCardAlignment()
Returns the current card alignment |
Hand.CardAlignment |
FanLayout.getCardAlignment()
Returns the current card alignment |
Hand.CardAlignment |
RowLayout.getCardAlignment()
Returns the current card alignment |
static Hand.CardAlignment |
Hand.CardAlignment.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Hand.CardAlignment[] |
Hand.CardAlignment.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in ch.aplu.jcardgame with parameters of type Hand.CardAlignment | |
---|---|
void |
ColumnLayout.setCardAlignment(Hand.CardAlignment cardAlignment)
Sets the current card alignment to the given alignment. |
void |
FanLayout.setCardAlignment(Hand.CardAlignment cardAlignment)
Sets the current card alignment to the given alignment. |
void |
RowLayout.setCardAlignment(Hand.CardAlignment cardAlignment)
Sets the current card alignment to the given alignment. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |