Class BendpointMoveHandle

All Implemented Interfaces:
PropertyChangeListener, EventListener, AncestorListener, IFigure, Handle

public class BendpointMoveHandle extends BendpointHandle
A BendpointHandle that is used to move an existing bendpoint.
  • Constructor Details

    • BendpointMoveHandle

      public BendpointMoveHandle()
      Creates a new BendpointMoveHandle.
    • BendpointMoveHandle

      public BendpointMoveHandle(ConnectionEditPart owner, int index)
      Creates a new BendpointMoveHandle, sets its owner to owner and its index to index, and sets its locator to a new BendpointLocator.
      Parameters:
      owner - the ConnectionEditPart owner
      index - the index
    • BendpointMoveHandle

      public BendpointMoveHandle(ConnectionEditPart owner, int index, int locatorIndex)
      Creates a new BendpointMoveHandle, sets its owner to owner and its index to index, and sets its locator to a new BendpointLocator with the given locatorIndex.
      Parameters:
      owner - the ConnectionEditPart owner
      index - the index
      locatorIndex - the index to use for the locator
    • BendpointMoveHandle

      public BendpointMoveHandle(ConnectionEditPart owner, int index, Locator locator)
      Creates a new BendpointMoveHandle and sets its owner to owner, sets its index to index, and sets its locator to locator.
      Parameters:
      owner - the ConnectionEditPart owner
      index - the index
      locator - the Locator
  • Method Details