Class EdgeHandle

All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
EastHandle, NorthHandle, SouthHandle, WestHandle

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

    • EdgeHandle

      public EdgeHandle(int x, int y, int size)
      Creates a new EdgeHandle 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.