Class HistogramFactory.Dialog

    • Constructor Detail

      • Dialog

        public Dialog​(Dialog owner,
                      Dialog.ModalityType modality)
        Initializes the dialog.
        Parameters:
        owner - the component that controls the dialog
        modality - the type of modality
      • Dialog

        public Dialog​(Frame owner,
                      boolean modal)
        Initializes the dialog.
        Parameters:
        owner - the component that controls the dialog
        modal - if true then the dialog will be modal
    • Method Detail

      • add

        public void add​(ArrayHistogram hist,
                        SpreadSheetRow c)
        Adds a plot of the given row. It counts how many GC points have the same abundance.
        Parameters:
        hist - for generating the histogram
        c - the row to create a plot for
      • add

        public void add​(ArrayHistogram hist,
                        SpreadSheetRow c,
                        String name)
        Adds a plot of the given row. It counts how many GC points have the same abundance.
        Parameters:
        hist - for generating the histogram
        c - the row to create a plot for
        name - the name of the tab