| 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--Fly
CLASS:    Fly
 PURPOSE:  This class just keep track of the fly position
 IMPORT:   NONE
 EXPORT:   New Class|Fly
New Method| NONE
| Field Summary | |
 int | 
x_pos
Fly's x position  | 
 int | 
y_pos
Fly's y position  | 
| Constructor Summary | |
Fly()
PRE: NONE POST: Initialize the position of the fly  | 
|
| Methods inherited from class java.lang.Object | 
 | 
| Field Detail | 
public int x_pos
public int y_pos
| Constructor Detail | 
public Fly()
  | 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||