Class MovePathPointsOperation

  • All Implemented Interfaces:
    org.eclipse.core.commands.operations.IUndoableOperation

    public class MovePathPointsOperation
    extends ErdMoveFigureOperation
    Instance of this class represents "Path points moved" operation.
    • Field Summary

      • Fields inherited from class com._1c.g5.v8.dt.diagram.framework.ui.operations.MoveFigureOperation

        figures
    • Constructor Summary

      Constructors 
      Constructor Description
      MovePathPointsOperation​(Collection<org.eclipse.draw2d.IFigure> pathPoints, org.eclipse.draw2d.geometry.Point startLocation, org.eclipse.draw2d.geometry.Point endLocation, boolean isExecuted)
      Constructor.
    • Constructor Detail

      • MovePathPointsOperation

        public MovePathPointsOperation​(Collection<org.eclipse.draw2d.IFigure> pathPoints,
                                       org.eclipse.draw2d.geometry.Point startLocation,
                                       org.eclipse.draw2d.geometry.Point endLocation,
                                       boolean isExecuted)
        Constructor.
        Parameters:
        pathPoints - - moved path points. Can't be null.
        startLocation - - start location. Can't be null.
        endLocation - - end location. Can't be null.
        isExecuted - - true if operation already executed.