Uses of Class
com.levigo.jadice.web.client.util.Gesture
Packages that use Gesture
Package
Description
-
Uses of Gesture in com.levigo.jadice.web.client.internal.annotation
Subclasses of Gesture in com.levigo.jadice.web.client.internal.annotationMethods in com.levigo.jadice.web.client.internal.annotation that return GestureModifier and TypeMethodDescriptionprotected Gesture
Handle.createGesture
(PointedEditEvent e) Overwrite this to use default Gesture mechanism defined in onMousePressed -
Uses of Gesture in com.levigo.jadice.web.client.internal.annotation.wrangler
Subclasses of Gesture in com.levigo.jadice.web.client.internal.annotation.wranglerModifier and TypeClassDescriptionprotected class
Gesture for resizing the line.class
Gesture for moving annotations.class
Methods in com.levigo.jadice.web.client.internal.annotation.wrangler that return GestureModifier and TypeMethodDescriptionprotected Gesture
TextAnnotationWrangler.RotateHandle.createGesture
(PointedEditEvent e) -
Uses of Gesture in com.levigo.jadice.web.client.tools
Subclasses of Gesture in com.levigo.jadice.web.client.toolsModifier and TypeClassDescriptionstatic class
Pan Gesture with a little panning after MouseUp or TouchEnd -
Uses of Gesture in com.levigo.jadice.web.client.util
Methods in com.levigo.jadice.web.client.util with parameters of type GestureModifier and TypeMethodDescriptionvoid
Gesture.GestureHandler.onGestureStarted
(Gesture gesture) void
Gesture.GestureHandler.onGestureStopped
(Gesture gesture)