Class FitEditorPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class FitEditorPanel extends JPanel
See Also:
  • Field Details

  • Constructor Details

    • FitEditorPanel

      public FitEditorPanel()
      A Fit editing panel
  • Method Details

    • reconfigure

      public void reconfigure(DataColumn curve)
      Reconfigure fit widgets based on fit type
      Parameters:
      curve - the active curve
    • setEnabled

      public void setEnabled(boolean enabled)
      Overrides:
      setEnabled in class JComponent
    • setFit

      public void setFit(DataColumn curve)
      FitEditorPanel Set the choices
      Parameters:
      fit - the new choices
    • fitSpecific

      public void fitSpecific(FitType type)
      Further enable/disable based on fit type
      Parameters:
      type -
    • getFitSelector

      public EnumComboBox getFitSelector()
      Get the line selector
      Returns:
      the line selector
    • getPolynomialOrderSelector

      public TextFieldSlider getPolynomialOrderSelector()
      Get the polynomial order slider
      Returns:
      polynomial order slider
    • getNumGaussianSelector

      public TextFieldSlider getNumGaussianSelector()
      Get the number of gaussian slider
      Returns:
      number of gaussian slider
    • getNumRMSCheckBox

      public JCheckBox getNumRMSCheckBox()
      Get the rms or sigma check box
      Returns:
      the rms or sigma check box
    • getStatErrorCheckBox

      public JCheckBox getStatErrorCheckBox()
      Get the draw stat error check box
      Returns:
      the draw stat error checkbox