|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ScreenLocation
The ScreenLocation interface provides definitions for the objects that represent a location on any screen coordinate.
| Method Summary | |
|---|---|
ScreenLocation |
getRelativeScreenLocation(int xoffset,
int yoffset)
Returns a new ScreenLocation relative to the specified offsets. |
Screen |
getScreen()
Returns the screen associated with this screen location. |
void |
setScreen(Screen screen)
Sets the screen associated with this screen location. |
| Methods inherited from interface org.sikuli.api.Location |
|---|
getX, getY, setX, setY |
| Method Detail |
|---|
Screen getScreen()
void setScreen(Screen screen)
screen - the specified screen of this screen location.
ScreenLocation getRelativeScreenLocation(int xoffset,
int yoffset)
xoffset - the horizontal offset.yoffset - the vertical offset.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||