Class EllipticalROICreateDialog

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class EllipticalROICreateDialog extends ROICreateDialog
A dialog used to create Elliptical ROIs.
See Also:
  • Constructor Details

    • EllipticalROICreateDialog

      public EllipticalROICreateDialog(CanAddROIToFrame listener)
      Creates a new EllipticalROICreateDialog, with ROIs that are created by the dialog being added to the specified frame.
      Parameters:
      listener - the CanAddROIToFrame that will receive the ROIs created.
  • Method Details

    • addROI

      public void addROI()
      Description copied from class: ROICreateDialog
      Method to cause the ROICreateDialog to read its setting and add the appropriate ROI.
      Specified by:
      addROI in class ROICreateDialog