Package com.sun.javafx.tk.quantum
Class GestureRecognizers
java.lang.Object
com.sun.javafx.tk.quantum.GestureRecognizers
- All Implemented Interfaces:
GestureRecognizer,GlassTouchEventListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidnotifyBeginTouchEvent(long time, int modifiers, boolean isDirect, int touchEventCount) voidnotifyEndTouchEvent(long time) voidnotifyNextTouchEvent(long time, String type, long touchId, int x, int y, int xAbs, int yAbs)
-
Constructor Details
-
GestureRecognizers
public GestureRecognizers()
-
-
Method Details
-
notifyBeginTouchEvent
public void notifyBeginTouchEvent(long time, int modifiers, boolean isDirect, int touchEventCount) - Specified by:
notifyBeginTouchEventin interfaceGlassTouchEventListener
-
notifyNextTouchEvent
public void notifyNextTouchEvent(long time, String type, long touchId, int x, int y, int xAbs, int yAbs) - Specified by:
notifyNextTouchEventin interfaceGlassTouchEventListener
-
notifyEndTouchEvent
public void notifyEndTouchEvent(long time) - Specified by:
notifyEndTouchEventin interfaceGlassTouchEventListener
-