Class Fly

java.lang.Object
  |
  +--Fly

public class Fly
extends java.lang.Object

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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

x_pos

public int x_pos
Fly's x position

y_pos

public int y_pos
Fly's y position
Constructor Detail

Fly

public Fly()

PRE: NONE
POST: Initialize the position of the fly