Module ij
Package ij.gui

Class FreehandRoi

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<java.awt.Point>

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

      • FreehandRoi

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

      • 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