|
RePast v. 2.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface for Displays that can be probed. When a display is probed it typicaly queries the space it is displaying for the objects at the probed coordinates, and then displays the accessible (through get and set methods) parameters of those objects.
| Method Summary | |
ArrayList |
getObjectsAt(int x,
int y)
Gets the objects at the coordinate x, y. |
void |
setMoveableXY(Moveable moveable,
int x,
int y)
Sets the new coordinates for specified moveable. |
| Method Detail |
public ArrayList getObjectsAt(int x,
int y)
x - the x screen coordinate.y - the y screen coordinate.
public void setMoveableXY(Moveable moveable,
int x,
int y)
moveable - the moveable whose coordinates are changedx - the x coordinate in pixelsy - the y coordinate in pixels
|
RePast v. 2.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||