Class NonResizableHandle

All Implemented Interfaces:
AncestorListener, IFigure, Handle

public class NonResizableHandle extends MoveHandle
Deprecated.
this handle type is no longer used
A MoveHandle for a non-resizable EditPart.
  • Field Details

  • Constructor Details

    • NonResizableHandle

      public NonResizableHandle(GraphicalEditPart owner)
      Deprecated.
      Creates a NonResizableHandle for the given GraphicalEditPart using a default Locator.
      Parameters:
      owner - The GraphicalEditPart to be moved by this handle.
    • NonResizableHandle

      public NonResizableHandle(GraphicalEditPart owner, Locator loc)
      Deprecated.
      Creates a NonResizableHandle for the given GraphicalEditPart using the given Locator.
      Parameters:
      owner - The GraphicalEditPart to be moved by this handle.
      loc - The Locator used to place the handle.
  • Method Details