Uses of Class
io.github.sosuisen.jfxbuilder.graphics.TouchEventBuilder
Packages that use TouchEventBuilder
-
Uses of TouchEventBuilder in io.github.sosuisen.jfxbuilder.graphics
Methods in io.github.sosuisen.jfxbuilder.graphics that return TouchEventBuilderModifier and TypeMethodDescriptionTouchEventBuilder.apply(Consumer<TouchEvent> func) Applies a function to the TouchEvent instance being constructed.static TouchEventBuilderTouchEventBuilder.create(Object source, EventTarget target, EventType<TouchEvent> eventType, TouchPoint touchPoint, List<TouchPoint> touchPoints, int eventSetId, boolean shiftDown, boolean controlDown, boolean altDown, boolean metaDown) Accepts the constructor arguments ofTouchEvent(Object, EventTarget, EventType, TouchPoint, List, int, boolean, boolean, boolean, boolean)and returns an instance ofTouchEventBuilder.static TouchEventBuilderTouchEventBuilder.create(EventType<TouchEvent> eventType, TouchPoint touchPoint, List<TouchPoint> touchPoints, int eventSetId, boolean shiftDown, boolean controlDown, boolean altDown, boolean metaDown) Accepts the constructor arguments ofTouchEvent(EventType, TouchPoint, List, int, boolean, boolean, boolean, boolean)and returns an instance ofTouchEventBuilder.