game
Interface Trackable

All Known Implementing Classes:
Stationary, Trajectory, Wiggle

public interface Trackable


Method Summary
 int advanceTime(int milliseconds)
          Advance time by the specified number of milliseconds.
 Point getLocation()
          Get the current location of the Trackable object.
 

Method Detail

getLocation

Point getLocation()
Get the current location of the Trackable object.

Returns:
current location

advanceTime

int advanceTime(int milliseconds)
Advance time by the specified number of milliseconds.

Parameters:
milliseconds -
Returns:
The current time after the update.