Interface IMoveShape

All Known Subinterfaces:
IMoveShapeFeature, IPattern
All Known Implementing Classes:
AbstractMoveShapeFeature, AbstractPattern, DefaultMoveShapeFeature, IdPattern, MoveShapeFeatureForPattern, TypedPattern

public interface IMoveShape
The Interface IMoveShape.
  • Method Details

    • canMoveShape

      boolean canMoveShape(IMoveShapeContext context)
      Can move shape.
      Parameters:
      context - the context
      Returns:
      true, if successful
    • moveShape

      void moveShape(IMoveShapeContext context)
      Move shape.
      Parameters:
      context - the context