| |
| | [No title] |
 | | The card has a suit, which * can be spades, hearts, diamonds, clubs, or joker. |
 | | A space, heart, * diamond, or club has one of the 13 values: ace, 2, 3, 4, 5, 6, 7, * 8, 9, 10, jack, queen, or king. |
 | | * @returns the suit, which is one of the constants GraphicalCard.SPADES, * GraphicalCard.HEARTS, GraphicalCard.DIAMONDS, GraphicalCard.CLUBS, * or GraphicalCard.JOKER */ public int getSuit() { return suit; } /** * Returns the value of this card. |
| math.hws.edu /eck/cs124/f05/labs/lab11/GraphicalCard.java (849 words) |
|