Package | Description |
---|---|
org.sikuli.script |
Modifier and Type | Method and Description |
---|---|
Location |
Location.above(int dy) |
Location |
Location.below(int dy) |
Location |
Region.getBottomLeft() |
Location |
Region.getBottomRight() |
Location |
Region.getCenter() |
<PSRML> Location |
Region.getLocationFromPSRML(PSRML target)
Figure out where is located target
|
static Location |
Env.getMouseLocation() |
Location |
Match.getTarget() |
Location |
Pattern.getTargetOffset() |
Location |
Region.getTopLeft() |
Location |
Region.getTopRight() |
Location |
Location.left(int dx) |
Location |
Location.negative() |
Location |
Location.offset(int dx,
int dy) |
Location |
Location.right(int dx) |
Modifier and Type | Method and Description |
---|---|
void |
DesktopRobot.dragDrop(Location start,
Location end,
int steps,
long ms,
int buttons) |
void |
IRobot.dragDrop(Location start,
Location end,
int steps,
long ms,
int buttons) |
Region |
Region.moveTo(Location loc) |
Region |
Region.offset(Location loc) |
void |
IScreen.showClick(Location loc) |
void |
Screen.showClick(Location loc)
Show the click
|
void |
IScreen.showDropTarget(Location loc) |
void |
Screen.showDropTarget(Location loc) |
void |
ScreenHighlighter.showDropTarget(Location loc,
float secs) |
void |
IScreen.showMove(Location loc) |
void |
Screen.showMove(Location loc) |
void |
IScreen.showTarget(Location loc) |
void |
Screen.showTarget(Location loc) |
void |
Screen.showTarget(Location loc,
double secs) |
void |
ScreenHighlighter.showTarget(Location loc,
float secs) |
void |
DesktopRobot.smoothMove(Location dest) |
void |
IRobot.smoothMove(Location dest) |
void |
DesktopRobot.smoothMove(Location src,
Location dest,
long ms) |
void |
IRobot.smoothMove(Location src,
Location dest,
long ms) |
Constructor and Description |
---|
Location(Location loc) |