pt.ua.gboard.games
Class Card
java.lang.Object
pt.ua.gboard.games.Card
public class Card
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
suits
public final Suits suits
rank
public final Rank rank
Card
public Card(Suits suits,
Rank rank)
equalSuits
public boolean equalSuits(Card other)
equalRank
public boolean equalRank(Card other)
equal
public boolean equal(Card other)
getGelem
public Gelem getGelem(GBoard gboard)
getBackBlueGelem
public static Gelem getBackBlueGelem(GBoard gboard)
getBackRedGelem
public static Gelem getBackRedGelem(GBoard gboard)