Uses of Class
io.github.sosuisen.jfxbuilder.graphics.SwipeEventBuilder
Packages that use SwipeEventBuilder
-
Uses of SwipeEventBuilder in io.github.sosuisen.jfxbuilder.graphics
Methods in io.github.sosuisen.jfxbuilder.graphics that return SwipeEventBuilderModifier and TypeMethodDescriptionSwipeEventBuilder.apply(Consumer<SwipeEvent> func) Applies a function to the SwipeEvent instance being constructed.static SwipeEventBuilderSwipeEventBuilder.create(Object source, EventTarget target, EventType<SwipeEvent> eventType, double x, double y, double screenX, double screenY, boolean shiftDown, boolean controlDown, boolean altDown, boolean metaDown, boolean direct, int touchCount, PickResult pickResult) Accepts the constructor arguments ofSwipeEvent(Object, EventTarget, EventType, double, double, double, double, boolean, boolean, boolean, boolean, boolean, int, PickResult)and returns an instance ofSwipeEventBuilder.static SwipeEventBuilderSwipeEventBuilder.create(EventType<SwipeEvent> eventType, double x, double y, double screenX, double screenY, boolean shiftDown, boolean controlDown, boolean altDown, boolean metaDown, boolean direct, int touchCount, PickResult pickResult) Accepts the constructor arguments ofSwipeEvent(EventType, double, double, double, double, boolean, boolean, boolean, boolean, boolean, int, PickResult)and returns an instance ofSwipeEventBuilder.