Class PointerInput.PointerEventProperties
java.lang.Object
org.openqa.selenium.interactions.PointerInput.PointerEventProperties
- All Implemented Interfaces:
Encodable
- Enclosing class:
PointerInput
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionencode()setAltitudeAngle(float altitudeAngle) setAzimuthAngle(float azimuthAngle) setHeight(float height) setPressure(float pressure) setTangentialPressure(float tangentialPressure) setTiltX(int tiltX) setTiltY(int tiltY) setTwist(int twist) setWidth(float width)
-
Constructor Details
-
PointerEventProperties
public PointerEventProperties()
-
-
Method Details
-
setWidth
-
setHeight
-
setPressure
-
setTangentialPressure
-
setTiltX
-
setTiltY
-
setTwist
-
setAltitudeAngle
-
setAzimuthAngle
-
encode
-