Uses of Class
io.github.sosuisen.jfxbuilder.graphics.TouchPointBuilder
Packages that use TouchPointBuilder
-
Uses of TouchPointBuilder in io.github.sosuisen.jfxbuilder.graphics
Methods in io.github.sosuisen.jfxbuilder.graphics that return TouchPointBuilderModifier and TypeMethodDescriptionTouchPointBuilder.apply
(Consumer<TouchPoint> func) Applies a function to the TouchPoint instance being constructed.static TouchPointBuilder
TouchPointBuilder.create
(int id, TouchPoint.State state, double x, double y, double screenX, double screenY, EventTarget target, PickResult pickResult) Accepts the constructor arguments ofTouchPoint(int, TouchPoint.State, double, double, double, double, EventTarget, PickResult)
and returns an instance ofTouchPointBuilder
.