Class SinglePointGesture
java.lang.Object
org.jmol.multitouch.sparshui.SinglePointGesture
- All Implemented Interfaces:
Gesture
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintGet the integer value of this gesture type.getName()Get the name of this gesture.processChange(List<TouchPoint> touchPoints, TouchPoint changedTouchPoint) incorporates double-click gesture
-
Constructor Details
-
SinglePointGesture
public SinglePointGesture()
-
-
Method Details
-
getName
-
getGestureType
public int getGestureType()Description copied from interface:GestureGet the integer value of this gesture type. Gesture values are defined in GestureType.java.- Specified by:
getGestureTypein interfaceGesture- Returns:
- The gesture type.
-
processChange
incorporates double-click gesture- Specified by:
processChangein interfaceGesture- Parameters:
touchPoints-changedTouchPoint-- Returns:
- Vector of Events
-