Uses of Class
javafx.scene.input.GestureEvent
Packages that use GestureEvent
-
Uses of GestureEvent in javafx.scene.input
Subclasses of GestureEvent in javafx.scene.inputModifier and TypeClassDescriptionfinal class
Scroll event indicates that user performed scrolling by mouse wheel, track pad, touch screen or other similar device.final class
Swipe event indicates that user performed a swipe gesture such as dragging a finger in one direction on touch screen.Fields in javafx.scene.input with type parameters of type GestureEventModifier and TypeFieldDescriptionstatic final EventType<GestureEvent>
GestureEvent.ANY
Common supertype for all gestures.Methods in javafx.scene.input that return GestureEventModifier and TypeMethodDescriptionGestureEvent.copyFor
(Object newSource, EventTarget newTarget) Creates and returns a copy of this event with the specified event source and target.Methods in javafx.scene.input that return types with arguments of type GestureEventConstructor parameters in javafx.scene.input with type arguments of type GestureEventModifierConstructorDescriptionprotected
GestureEvent
(Object source, EventTarget target, EventType<? extends GestureEvent> eventType) Deprecated.Do not use this constructor.protected
GestureEvent
(Object source, EventTarget target, EventType<? extends GestureEvent> eventType, double x, double y, double screenX, double screenY, boolean shiftDown, boolean controlDown, boolean altDown, boolean metaDown, boolean direct, boolean inertia, PickResult pickResult) Constructs new GestureEvent event.protected
GestureEvent
(EventType<? extends GestureEvent> eventType) Deprecated.Do not use this constructor.protected
GestureEvent
(EventType<? extends GestureEvent> eventType, double x, double y, double screenX, double screenY, boolean shiftDown, boolean controlDown, boolean altDown, boolean metaDown, boolean direct, boolean inertia, PickResult pickResult) Constructs new GestureEvent event with empty source and target