|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CardGame.BoardType | |
---|---|
ch.aplu.jcardgame | Addon package of the JDroidLib framework for developing card game applications. |
Uses of CardGame.BoardType in ch.aplu.jcardgame |
---|
Methods in ch.aplu.jcardgame that return CardGame.BoardType | |
---|---|
CardGame.BoardType |
CardGame.getBoardType()
Returns the current BoardType enumeration. |
static CardGame.BoardType |
CardGame.BoardType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static CardGame.BoardType[] |
CardGame.BoardType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in ch.aplu.jcardgame with parameters of type CardGame.BoardType | |
---|---|
CardGame(int boardColor,
int borderColor,
CardGame.BoardType boardType,
GameGrid.WindowZoom windowZoom)
Constructs and shows a game grid window of given BoardType layout with given border and background color. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |