Class ResizeLeftDragOperation

  • All Implemented Interfaces:
    MouseDragOperation

    public class ResizeLeftDragOperation
    extends AbstractMouseDragOperation
    This is a combination of move and resize. At first we move and then we add the moved distance to the element's height/width.
    Author:
    Thomas Morgner
    • Constructor Detail

      • ResizeLeftDragOperation

        public ResizeLeftDragOperation​(List<org.pentaho.reporting.engine.classic.core.Element> selectedVisualElements,
                                       Point2D originPoint,
                                       SnapPositionsModel horizontalSnapModel,
                                       SnapPositionsModel verticalSnapModel)
    • Method Detail

      • update

        public void update​(Point2D normalizedPoint,
                           double zoomFactor)
      • finish

        public void finish()