|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CardOrientation | |
---|---|
ch.aplu.jcardgame | Addon package of the JDroidLib framework for developing card game applications. |
Uses of CardOrientation in ch.aplu.jcardgame |
---|
Methods in ch.aplu.jcardgame that return CardOrientation | |
---|---|
CardOrientation |
TargetArea.getCardOrientation()
Returns the current card orientation. |
static CardOrientation |
CardOrientation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static CardOrientation[] |
CardOrientation.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 CardOrientation | |
---|---|
void |
TargetArea.setCardOrientation(CardOrientation cardOrientation)
Sets the card orientation to the given orientation. |
Constructors in ch.aplu.jcardgame with parameters of type CardOrientation | |
---|---|
TargetArea(Location targetLocation,
CardOrientation cardOrientation,
int slideStep,
boolean onTop)
Sets the attributes for transferring cards. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |