Class ANegativeHandle

All Implemented Interfaces:
Serializable, Cloneable

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

    • ANegativeHandle

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

    • toString

      public String toString()
      Description copied from class: Handle
      Returns a java.lang.String describing this Handle.
      Specified by:
      toString in class Handle
      Returns:
      a String describing this Handle.