Package ij.gui

Class OvalRoi

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

public class OvalRoi
extends Roi
Oval region of interest
See Also:
Serialized Form
  • Constructor Details

    • OvalRoi

      public OvalRoi​(int x, int y, int width, int height)
      Creates an OvalRoi.
    • OvalRoi

      public OvalRoi​(double x, double y, double width, double height)
      Creates an OvalRoi using double arguments.
    • OvalRoi

      public OvalRoi​(int x, int y, ImagePlus imp)
      Starts the process of creating a user-defined OvalRoi.
    • OvalRoi

      public OvalRoi​(int x, int y, int width, int height, ImagePlus imp)
      Deprecated.
  • Method Details