Class RotateGesture
java.lang.Object
com.levigo.jadice.web.client.util.Gesture
com.levigo.jadice.web.client.internal.annotation.AbstractWranglerGesture<TextAnnotation>
com.levigo.jadice.web.client.internal.annotation.RotateGesture
-
Nested Class Summary
Nested classes/interfaces inherited from class com.levigo.jadice.web.client.util.Gesture
Gesture.GestureHandler
-
Field Summary
Fields inherited from class com.levigo.jadice.web.client.internal.annotation.AbstractWranglerGesture
grid
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
handleMove
(Point2D current) Handles the touch and mouse move eventsprotected void
init()
Add your Dom-Handlers hereMethods inherited from class com.levigo.jadice.web.client.internal.annotation.AbstractWranglerGesture
getAnnotation, getPage, getPageView, handleEnd, registerUndo
Methods inherited from class com.levigo.jadice.web.client.util.Gesture
addDomHandler, addHandler, currentGestureStop, getDescription, getSnapToForSelection, onStart, onStop, start, stop
-
Constructor Details
-
RotateGesture
-
-
Method Details
-
handleMove
Handles the touch and mouse move events- Specified by:
handleMove
in classAbstractWranglerGesture<TextAnnotation>
- Parameters:
current
- the touch or mouse position
-
init
protected void init()Description copied from class:Gesture
Add your Dom-Handlers here- Overrides:
init
in classAbstractWranglerGesture<TextAnnotation>
-