|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgame.Stationary
public class Stationary
| Constructor Summary | |
|---|---|
Stationary(Point location)
|
|
| Method Summary | |
|---|---|
int |
advanceTime(int milliseconds)
Time might as well stand still for a stationary object |
Point |
getLocation()
As it was in the beginning, is now, and ever shall be |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Stationary(Point location)
| Method Detail |
|---|
public int advanceTime(int milliseconds)
advanceTime in interface Trackablepublic Point getLocation()
getLocation in interface Trackable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||