// Generated automatically from javafx.scene.input.SwipeEvent for testing purposes package javafx.scene.input; import javafx.event.Event; import javafx.event.EventTarget; import javafx.event.EventType; import javafx.scene.input.GestureEvent; import javafx.scene.input.PickResult; public class SwipeEvent extends GestureEvent { protected SwipeEvent() {} public EventType getEventType(){ return null; } public String toString(){ return null; } public SwipeEvent copyFor(Object p0, EventTarget p1){ return null; } public SwipeEvent copyFor(Object p0, EventTarget p1, EventType p2){ return null; } public SwipeEvent(EventType p0, double p1, double p2, double p3, double p4, boolean p5, boolean p6, boolean p7, boolean p8, boolean p9, int p10, PickResult p11){} public SwipeEvent(Object p0, EventTarget p1, EventType p2, double p3, double p4, double p5, double p6, boolean p7, boolean p8, boolean p9, boolean p10, boolean p11, int p12, PickResult p13){} public int getTouchCount(){ return 0; } public static EventType ANY = null; public static EventType SWIPE_DOWN = null; public static EventType SWIPE_LEFT = null; public static EventType SWIPE_RIGHT = null; public static EventType SWIPE_UP = null; }