Class AnalysisCntrlDTLPhase

java.lang.Object
xal.extension.scan.analysis.AnalysisController
xal.extension.scan.analysis.AnalysisCntrlDTLPhase

public final class AnalysisCntrlDTLPhase extends AnalysisController
This class is a DTL Phase Scan analysis.
Version:
1.0
Author:
A. Shishlo
  • Constructor Details

    • AnalysisCntrlDTLPhase

      public AnalysisCntrlDTLPhase(MainAnalysisController mainControllerIn, DataAdaptor analysisConf, JPanel parentAnalysisPanelIn, JPanel customControlPanelIn, JPanel customGraphPanelIn, JPanel globalButtonsPanelIn, ScanVariable scanVariableParameterIn, ScanVariable scanVariableIn, Vector<MeasuredValue> measuredValuesVIn, FunctionGraphsJPanel graphAnalysisIn, JTextField messageTextLocalIn, BasicGraphData graphDataLocalIn)
      The constructor.
      Parameters:
      mainControllerIn - Description of the Parameter
      analysisConf - Description of the Parameter
      parentAnalysisPanelIn - Description of the Parameter
      customControlPanelIn - Description of the Parameter
      customGraphPanelIn - Description of the Parameter
      globalButtonsPanelIn - Description of the Parameter
      scanVariableParameterIn - Description of the Parameter
      scanVariableIn - Description of the Parameter
      measuredValuesVIn - Description of the Parameter
      graphAnalysisIn - Description of the Parameter
      messageTextLocalIn - Description of the Parameter
      graphDataLocalIn - Description of the Parameter
  • Method Details

    • dumpAnalysisConfig

      public void dumpAnalysisConfig(DataAdaptor analysisConfig)
      Sets the configurations of the analysis.
      Overrides:
      dumpAnalysisConfig in class AnalysisController
      Parameters:
      analysisConfig - Description of the Parameter
    • setFontsForAll

      public void setFontsForAll(Font fnt)
      Sets fonts for all GUI elements.
      Overrides:
      setFontsForAll in class AnalysisController
      Parameters:
      fnt - The new fontsForAll value
    • shutUp

      public void shutUp()
      Does what necessary for close this analysis window.
      Overrides:
      shutUp in class AnalysisController
    • showUp

      public void showUp()
      Does what necessary for open this analysis window.
      Overrides:
      showUp in class AnalysisController