|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.webstersmalley.chessweb.model.Team
public final class Team
Which team (black, white) the piece is on.
| Field Summary | |
|---|---|
static Team |
BLACK
Black team. |
static Team |
WHITE
White team. |
| Method Summary | |
|---|---|
int |
getPawnIncrement()
|
int |
getPawnStartingRank()
|
java.lang.String |
toString()
Returns the name of the team. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final Team WHITE
public static final Team BLACK
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic int getPawnIncrement()
public int getPawnStartingRank()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||