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 TouchScreen
public void down(int x, int y)
down
in interface TouchScreen
public void up(int x, int y)
up
in interface TouchScreen
public void move(int x, int y)
move
in interface TouchScreen
public void scroll(Coordinates where, int xOffset, int yOffset)
scroll
in interface TouchScreen
public void doubleTap(Coordinates where)
doubleTap
in interface TouchScreen
public void longPress(Coordinates where)
longPress
in interface TouchScreen
public void scroll(int xOffset, int yOffset)
scroll
in interface TouchScreen
public void flick(int xSpeed, int ySpeed)
flick
in interface TouchScreen
public void flick(Coordinates where, int xOffset, int yOffset, int speed)
flick
in interface TouchScreen
Copyright © 2016. All rights reserved.