public class RemoteTouchScreen extends Object implements TouchScreen
| Constructor and Description |
|---|
RemoteTouchScreen(ExecuteMethod executeMethod) |
| Modifier and Type | Method and Description |
|---|---|
void |
doubleTap(Coordinates where) |
void |
down(int x,
int y) |
void |
flick(Coordinates where,
int xOffset,
int yOffset,
int speed) |
void |
flick(int xSpeed,
int ySpeed) |
void |
longPress(Coordinates where) |
void |
move(int x,
int y) |
void |
scroll(Coordinates where,
int xOffset,
int yOffset) |
void |
scroll(int xOffset,
int yOffset) |
void |
singleTap(Coordinates where) |
void |
up(int x,
int y) |
public RemoteTouchScreen(ExecuteMethod executeMethod)
public void singleTap(Coordinates where)
singleTap in interface TouchScreenpublic void down(int x,
int y)
down in interface TouchScreenpublic void up(int x,
int y)
up in interface TouchScreenpublic void move(int x,
int y)
move in interface TouchScreenpublic void scroll(Coordinates where, int xOffset, int yOffset)
scroll in interface TouchScreenpublic void doubleTap(Coordinates where)
doubleTap in interface TouchScreenpublic void longPress(Coordinates where)
longPress in interface TouchScreenpublic void scroll(int xOffset,
int yOffset)
scroll in interface TouchScreenpublic void flick(int xSpeed,
int ySpeed)
flick in interface TouchScreenpublic void flick(Coordinates where, int xOffset, int yOffset, int speed)
flick in interface TouchScreenCopyright © 2015. All rights reserved.