Class HistogramFactory.Panel

    • Constructor Detail

      • Panel

        public Panel()
    • Method Detail

      • initGUI

        protected void initGUI()
        For initializing the GUI.
        Overrides:
        initGUI in class BasePanel
      • add

        public void add​(ArrayHistogram hist,
                        double[] data,
                        String name)
        Generates from the specified data using the configured ArrayHistogram object and adds the plot.
        Parameters:
        hist - for generating the histogram data
        data - the data to generate the histogram from
        name - the name of the tab
      • add

        public void add​(ArrayHistogram hist,
                        Number[] data,
                        String name)
        Generates from the specified data using the configured ArrayHistogram object and adds the plot.
        Parameters:
        hist - for generating the histogram data
        data - the data to generate the histogram from
        name - the name of the tab