|
|||||
| PREV CLASS NEXT CLASS | |||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||
java.lang.Object | +--sandy.game.core.Position
This class represents a position in the game board. This is an empty class and should be subclasses to provide appropriate implementation of game board positions.
| Field Summary | |
int |
col
|
int |
row
|
| Constructor Summary | |
Position()
|
|
| Method Summary | |
java.lang.Object |
clone()
|
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public int row
public int col
| Constructor Detail |
public Position()
| Method Detail |
public java.lang.Object clone()
clone in class java.lang.Object| PREV CLASS NEXT CLASS | ||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |