Class ActualVsPredictedHandler

    • Field Detail

      • m_Additional

        protected SpreadSheetColumnRange m_Additional
        the additional columns in the spreadsheet to add to the plot containers.
      • m_SwapAxes

        protected boolean m_SwapAxes
        whether to swap the axes.
    • Constructor Detail

      • ActualVsPredictedHandler

        public ActualVsPredictedHandler()
    • Method Detail

      • setActual

        public void setActual​(SpreadSheetColumnIndex value)
        Sets the column with the actual values.
        Parameters:
        value - the column
      • getActual

        public SpreadSheetColumnIndex getActual()
        Returns the column with the actual values.
        Returns:
        the range
      • actualTipText

        public String actualTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setPredicted

        public void setPredicted​(SpreadSheetColumnIndex value)
        Sets the column with the predicted values.
        Parameters:
        value - the column
      • getPredicted

        public SpreadSheetColumnIndex getPredicted()
        Returns the column with the predicted values.
        Returns:
        the range
      • predictedTipText

        public String predictedTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setError

        public void setError​(SpreadSheetColumnIndex value)
        Sets the column with the error values.
        Parameters:
        value - the column
      • getError

        public SpreadSheetColumnIndex getError()
        Returns the column with the error values.
        Returns:
        the column
      • errorTipText

        public String errorTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setAdditional

        public void setAdditional​(SpreadSheetColumnRange value)
        Sets the additional columns to add to the plot containers.
        Parameters:
        value - the columns
      • getAdditional

        public SpreadSheetColumnRange getAdditional()
        Returns the additional columns to add to the plot containers.
        Returns:
        the columns
      • additionalTipText

        public String additionalTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setSwapAxes

        public void setSwapAxes​(boolean value)
        Sets whether to swap the axes.
        Parameters:
        value - true if to swap
      • getSwapAxes

        public boolean getSwapAxes()
        Returns whether to swap the axes.
        Returns:
        true if to swap
      • swapAxesTipText

        public String swapAxesTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • getExtensions

        public String[] getExtensions()
        Returns the list of extensions (without dot) that this handler can take care of.
        Returns:
        the list of extensions (no dot)