|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--server.FishPOS
simple data class that contains the id and x,y of the fish
| Field Summary | |
java.lang.String |
fishID
|
int |
x
|
int |
y
|
| Constructor Summary | |
FishPOS(java.lang.String f,
int xc,
int yc)
constructor of FishPOS |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public java.lang.String fishID
public int x
public int y
| Constructor Detail |
public FishPOS(java.lang.String f,
int xc,
int yc)
f - the fishIDxc - the initial x-coordinateyc - the initial y-coordinate
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||