Class FitEditorPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class FitEditorPanel extends JPanel
See Also:
  • Field Details Link icon

  • Constructor Details Link icon

    • FitEditorPanel Link icon

      public FitEditorPanel()
      A Fit editing panel
  • Method Details Link icon

    • reconfigure Link icon

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

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

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

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

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

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

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

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

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