|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Probeable
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 | |
|---|---|
java.util.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 |
|---|
java.util.ArrayList getObjectsAt(int x,
int y)
x - the x screen coordinate.y - the y screen coordinate.
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||