|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--wworld.WorldObject
|
+--wworld.GridObject
|
+--wworld.Obstacle
Class specifying object of type Obstacle. Obstacle object is a simple extension of GridObject with GridObjectType of OBSTACLE.
| Constructor Summary | |
Obstacle(int x,
int y)
|
|
| Methods inherited from class wworld.GridObject |
getLocation, getOrigLocation, setLocation, setLocation |
| Methods inherited from class wworld.WorldObject |
getType, reset |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Obstacle(int x,
int y)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||