solitaire
Interface GuiConstants


public interface GuiConstants


Field Summary
static java.lang.String BACK
          Used to retrieve images from CardImageFactory, this is for a card back (turned over).
static java.awt.Color BACKGROUND
          The green of a solitaire table's background.
static java.lang.String BLANK
          Used to retrieve images from CardImageFactory, this is for a blank card.
static int CARD_WIDTH
          Width of displayed card image in pixels.
static int GRID_GAP
          The gap between piles in a GuiPilePanel.
static java.lang.String JOKER
          Used to retrieve images from CardImageFactory, this is for a joker.
static double OFFSET_FACTOR
          How much (percentage) of a card appears in a pile when cards cover each other vertically (or horizontally).
 

Field Detail

BACKGROUND

static final java.awt.Color BACKGROUND
The green of a solitaire table's background.


GRID_GAP

static final int GRID_GAP
The gap between piles in a GuiPilePanel.

See Also:
Constant Field Values

JOKER

static final java.lang.String JOKER
Used to retrieve images from CardImageFactory, this is for a joker.

See Also:
Constant Field Values

BACK

static final java.lang.String BACK
Used to retrieve images from CardImageFactory, this is for a card back (turned over).

See Also:
Constant Field Values

BLANK

static final java.lang.String BLANK
Used to retrieve images from CardImageFactory, this is for a blank card.

See Also:
Constant Field Values

CARD_WIDTH

static final int CARD_WIDTH
Width of displayed card image in pixels.

See Also:
Constant Field Values

OFFSET_FACTOR

static final double OFFSET_FACTOR
How much (percentage) of a card appears in a pile when cards cover each other vertically (or horizontally).

See Also:
Constant Field Values