Class AxisHandle

All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
ANegativeHandle, APositiveHandle, BNegativeHandle, BPositiveHandle

public abstract class AxisHandle extends Handle
A Class representing a Handle at the end of an axis on an EllipticalROI.
See Also:
  • Constructor Details

    • AxisHandle

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