Interface IMoveAnchorFeature

    • Method Detail

      • canMoveAnchor

        boolean canMoveAnchor​(IMoveAnchorContext context)
        Can move anchor.
        Parameters:
        context - the context
        Returns:
        true, if successful
      • moveAnchor

        void moveAnchor​(IMoveAnchorContext context)
        Move anchor.
        Parameters:
        context - the context
      • preMoveAnchor

        void preMoveAnchor​(IMoveAnchorContext context)
        Pre move anchor.
        Parameters:
        context - the context
      • postMoveAnchor

        void postMoveAnchor​(IMoveAnchorContext context)
        Post move anchor.
        Parameters:
        context - the context