public class TableConstraints
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
BUTTON_PANEL |
static int |
CARD_IN_HAND |
static int |
CARD_IN_TRICK |
protected int |
cardIndex |
static int |
NORTH_EAST_CORNER |
static int |
NORTH_WEST_CORNER |
static int |
PLAYER_LABEL |
protected int |
playerIndex
The player index for which this component belongs.
|
static int |
SOUTH_EAST_CORNER |
static int |
SOUTH_WEST_CORNER |
static int |
STATUS_LABEL |
protected int |
type
The purpose of this component.
|
| Constructor and Description |
|---|
TableConstraints(int type) |
TableConstraints(int type,
int playerIndex) |
TableConstraints(int type,
int playerIndex,
int cardIndex) |
protected int playerIndex
protected int type
protected int cardIndex
public static final int PLAYER_LABEL
public static final int CARD_IN_HAND
public static final int CARD_IN_TRICK
public static final int STATUS_LABEL
public static final int BUTTON_PANEL
public static final int SOUTH_EAST_CORNER
public static final int SOUTH_WEST_CORNER
public static final int NORTH_EAST_CORNER
public static final int NORTH_WEST_CORNER