Class ResizeHandle

All Implemented Interfaces:
AncestorListener, IFigure, Handle

public class ResizeHandle extends SquareHandle
A Handle used to resize a GraphicalEditPart.
  • Constructor Details

    • ResizeHandle

      public ResizeHandle(GraphicalEditPart owner, int direction)
      Creates a new ResizeHandle for the given GraphicalEditPart. direction is the relative direction from the center of the owner figure. For example, SOUTH_EAST would place the handle in the lower-right corner of its owner figure. These direction constants can be found in PositionConstants.
      Parameters:
      owner - owner of the ResizeHandle
      direction - relative direction from the center of the owner figure
    • ResizeHandle

      public ResizeHandle(GraphicalEditPart owner, Locator loc, Cursor c)
      Creates a new ResizeHandle for the given GraphicalEditPart.
      See Also:
  • Method Details