Package ij.gui

Class OvalRoi

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable

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

      • 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.