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 voidhandleMove(Point2D current) Handles the touch and mouse move eventsprotected voidinit()Add your Dom-Handlers hereMethods inherited from class com.levigo.jadice.web.client.internal.annotation.AbstractWranglerGesture
getAnnotation, getPage, getPageView, handleEnd, registerUndoMethods 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:
handleMovein classAbstractWranglerGesture<TextAnnotation>- Parameters:
current- the touch or mouse position
-
init
protected void init()Description copied from class:GestureAdd your Dom-Handlers here- Overrides:
initin classAbstractWranglerGesture<TextAnnotation>
-