Class MeasureOverview

    • Constructor Detail

      • MeasureOverview

        public MeasureOverview​(MeasureCollection[] measures,
                               String variedParamName,
                               double[] variedParamValues)
        Creates a new MeasureOverview.
        Parameters:
        measures - MeasureCollection array
        variedParamName - name of the varied parameter
        variedParamValues - values of the varied parameter
    • Method Detail

      • setActionListener

        public void setActionListener​(ActionListener listener)
        Sets the ActionListener for the radio buttons.
        Parameters:
        listener - ActionListener assigned to the radio buttons
      • update

        public void update​(MeasureCollection[] measures,
                           String variedParamName,
                           double[] variedParamValues)
        Updates the measure overview by assigning new measure collections and varied parameter properties. If no measures are currently to display, reset the display to hyphens. Otherwise display the last measured and mean values. Updates the parameter combo box if needed.
        Parameters:
        measures - new MeasureCollection[]
        variedParamName - new varied parameter name
        variedParamValues - new varied parameter values
      • update

        public void update()
        Updates the measure overview. If no measures are currently to display, reset the display to hyphens. Otherwise display the last measured and mean values.