Interface IMoveAnchorFeature

All Superinterfaces:
IDescription, IFeature, IFeatureProviderHolder, IMoveFeature, IName
All Known Implementing Classes:
DefaultMoveAnchorFeature

public interface IMoveAnchorFeature extends IMoveFeature
The Interface IMoveAnchorFeature. Layouting shapes means to change their ccordinates or/and their parent.
  • Method Details

    • 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