Class MarkerCreateDialog

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

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

    • MarkerCreateDialog

      public MarkerCreateDialog(CanAddROIToFrame listener)
      Creates a new MarkerCreateDialog, 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