Class BPositiveHandle

All Implemented Interfaces:
Serializable, Cloneable

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

    • BPositiveHandle

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