Class SouthHandle

All Implemented Interfaces:
Serializable, Cloneable

public class SouthHandle extends EdgeHandle
A Class representing a Handle on the South edge of an ROI.
See Also:
  • Constructor Details

    • SouthHandle

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