Uses of Class
com.teamdev.jxbrowser.ui.TouchPoint.Builder
Packages that use TouchPoint.Builder
Package
Description
The utility classes for the user interface (UI) related functionality.
-
Uses of TouchPoint.Builder in com.teamdev.jxbrowser.ui
Methods in com.teamdev.jxbrowser.ui that return TouchPoint.BuilderModifier and TypeMethodDescriptionTouchPoint.Builder.force(float force) Sets the applied force of the touch point.static TouchPoint.BuilderTouchPoint.newBuilder(int id, Point screenPosition, com.teamdev.jxbrowser.ui.event.internal.rpc.TouchPoint.State state) Creates a newTouchPointbuilder with the given required parameters.TouchPoint.Builder.positionInWidget(Point widgetPosition) Sets the touch position relative to the bounds of the widget.TouchPoint.Builder.radiusX(float radiusX) Sets the X axis radius of the touch ellipse.TouchPoint.Builder.radiusY(float radiusY) Sets the Y axis radius of the touch ellipse.TouchPoint.Builder.rotationAngle(float rotationAngle) Sets the rotation angle of the touch.