|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Suit in proj2 |
---|
Fields in proj2 declared as Suit | |
---|---|
static Suit |
Suit.CLUBS
The suit CLUBS |
static Suit |
Suit.DIAMONDS
The suit DIAMONDS |
static Suit |
Suit.HEARTS
The suit HEARTS |
static Suit |
Suit.SPADES
The suit SPADES |
Methods in proj2 that return Suit | |
---|---|
Suit |
Game.getSuit(Coordinates coord)
Returns a Suit object representing the suit of the card at the specified Coordinates in the tableau |
static Suit[] |
Suit.VALUES()
VALUES A method to return all suits |
Methods in proj2 with parameters of type Suit | |
---|---|
boolean |
Suit.equals(Suit otherSuit)
Determines if two Suits are the same |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |