Module ij
Package ij.gui

Class FreehandRoi

All Implemented Interfaces:
Serializable, Cloneable, Iterable<Point>

public class FreehandRoi extends PolygonRoi
Freehand region of interest or freehand line of interest
See Also:
  • Constructor Details

    • FreehandRoi

      public FreehandRoi(int sx, int sy, ImagePlus imp)
  • Method Details

    • grow

      protected void grow(int sx, int sy)
      Overrides:
      grow in class PolygonRoi
    • handleMouseUp

      protected void handleMouseUp(int screenX, int screenY)
      Description copied from class: PolygonRoi
      With segmented selections, ignore first mouse up and finalize when user double-clicks, control-clicks or clicks in start box.
      Overrides:
      handleMouseUp in class PolygonRoi