public static class TouchEvent.TouchObject extends Object implements Serializable
| Constructor and Description |
|---|
TouchObject(String identifier,
double screenX,
double screenY,
double clientX,
double clientY,
double pageX,
double pageY,
float radiusX,
float radiusY,
float rotationAngle,
float force) |
| Modifier and Type | Method and Description |
|---|---|
double |
getClientX() |
double |
getClientY() |
float |
getForce() |
String |
getIdentifier() |
double |
getPageX() |
double |
getPageY() |
float |
getRadiusX() |
float |
getRadiusY() |
float |
getRotationAngle() |
double |
getScreenX() |
double |
getScreenY() |
public TouchObject(String identifier, double screenX, double screenY, double clientX, double clientY, double pageX, double pageY, float radiusX, float radiusY, float rotationAngle, float force)
public String getIdentifier()
public double getScreenX()
public double getScreenY()
public double getClientX()
public double getClientY()
public double getPageX()
public double getPageY()
public float getRadiusX()
public float getRadiusY()
public float getRotationAngle()
public float getForce()
Copyright © 2020 XDEV Software Corp.. All rights reserved.