Package ij.gui

Class OvalRoi

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