Environments
Interface Drawable

All Known Implementing Classes:
Agent, Cell

public interface Drawable

Provide an interface to the Drawable aspect of an object.

Author:
Fabien Flacher (08/06/01)

Method Summary
 double getX()
          Get the X coordinate of the Drawable Object
 double getY()
          Get the X coordinate of the Drawable Object
 

Method Detail

getX

public double getX()
Get the X coordinate of the Drawable Object

Returns:
double

getY

public double getY()
Get the X coordinate of the Drawable Object

Returns:
double