|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Hand.CardOrientation | |
---|---|
ch.aplu.jcardgame | Addon package of the JGameGrid framework for developing card game applications. |
Uses of Hand.CardOrientation in ch.aplu.jcardgame |
---|
Methods in ch.aplu.jcardgame that return Hand.CardOrientation | |
---|---|
static Hand.CardOrientation |
Hand.CardOrientation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Hand.CardOrientation[] |
Hand.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 Hand.CardOrientation | |
---|---|
void |
Hand.setTargetArea(Location targetLocation,
Hand.CardOrientation cardOrientation)
Same as setTargetArea(targetLocation, cardOrientation, slideStep) with slideStep = 10 and onTop = true. |
void |
Hand.setTargetArea(Location targetLocation,
Hand.CardOrientation cardOrientation,
int slideStep)
Same as setTargetArea(targetLocation, cardOrientation, slideStep) with onTop = true. |
void |
Hand.setTargetArea(Location targetLocation,
Hand.CardOrientation cardOrientation,
int slideStep,
boolean onTop)
Sets the transferring attributes for all cards in the current hand. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |