Uses of Class
com.sparshui.server.TouchPoint
Packages that use TouchPoint
Package
Description
-
Uses of TouchPoint in com.sparshui.common.messages.events
Constructors in com.sparshui.common.messages.events with parameters of type TouchPoint -
Uses of TouchPoint in com.sparshui.gestures
Methods in com.sparshui.gestures with parameters of type TouchPointModifier and TypeMethodDescriptionGesture.processChange(List<TouchPoint> touchPoints, TouchPoint changedTouchPoint) Process a touch point change in the gesture.Method parameters in com.sparshui.gestures with type arguments of type TouchPointModifier and TypeMethodDescriptionGesture.processChange(List<TouchPoint> touchPoints, TouchPoint changedTouchPoint) Process a touch point change in the gesture. -
Uses of TouchPoint in com.sparshui.server
Methods in com.sparshui.server with parameters of type TouchPointModifier and TypeMethodDescriptionintServerToClientProtocol.getGroupID(TouchPoint touchPoint) Retrieve a list of allowed gestures for the provided group id.booleanTouchPoint.isNear(TouchPoint tp) voidGroup.update(TouchPoint changedPoint) Update the given touch point that belongs to this group.Constructors in com.sparshui.server with parameters of type TouchPoint -
Uses of TouchPoint in org.jmol.multitouch.sparshui
Methods in org.jmol.multitouch.sparshui with parameters of type TouchPointModifier and TypeMethodDescriptionTwoPointGesture.processBirth(TouchPoint touchPoint) SinglePointGesture.processChange(List<TouchPoint> touchPoints, TouchPoint changedTouchPoint) incorporates double-click gestureTwoPointGesture.processChange(List<TouchPoint> touchPoints, TouchPoint changedPoint) TwoPointGesture.processDeath(TouchPoint touchPoint) TwoPointGesture.processMove(TouchPoint touchPoint) Method parameters in org.jmol.multitouch.sparshui with type arguments of type TouchPointModifier and TypeMethodDescriptionSinglePointGesture.processChange(List<TouchPoint> touchPoints, TouchPoint changedTouchPoint) incorporates double-click gestureTwoPointGesture.processChange(List<TouchPoint> touchPoints, TouchPoint changedPoint)