Class CornerHandle

All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
NorthEastHandle, NorthWestHandle, SouthEastHandle, SouthWestHandle

public abstract class CornerHandle extends Handle
An abstract Class representing a Handle at one of the four corners of an ROI.
See Also:
  • Constructor Details

    • CornerHandle

      public CornerHandle(int x, int y, int size)
      Creates a new CornerHandle at the location (x,y) with the given size in screen pixels.
      Parameters:
      x - the x location of the Handle in screen coords.
      y - the y location of the Handle in screen coords.
      size - the size of the Handle in screen pixels.