Class BendpointCreationHandle

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

public class BendpointCreationHandle extends BendpointHandle
A BendpointHandle that is used to create a new bendpoint.
  • Constructor Details

    • BendpointCreationHandle

      public BendpointCreationHandle()
      Creates a new BendpointCreationHandle.
    • BendpointCreationHandle

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

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

      public BendpointCreationHandle(ConnectionEditPart owner, int index, Locator locator)
      Creates a new BendpointCreationHandle 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