java.lang.Object
com.levigo.jadice.web.client.util.Gesture
com.levigo.jadice.web.client.internal.annotation.wrangler.MoveGesture

public class MoveGesture extends Gesture
Gesture for moving annotations. Several annotations can be moved at once.
  • Constructor Details

  • Method Details

    • isAllowed

      public static boolean isAllowed(PageView pageView, Page page, Collection<? extends Annotation> annotations)
    • moveHandler

      protected void moveHandler(int x, int y)
    • init

      protected void init()
      Description copied from class: Gesture
      Add your Dom-Handlers here
      Specified by:
      init in class Gesture
    • getDescription

      public String getDescription()
      Overrides:
      getDescription in class Gesture