Class AnalysisCntrlFindIntersection

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

public final class AnalysisCntrlFindIntersection extends AnalysisController
This class is a analysis class to find an intersection point.
Version:
1.0
Author:
A. Shishlo
  • Constructor Details

    • AnalysisCntrlFindIntersection

      public AnalysisCntrlFindIntersection(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

    • 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. This method could be overridden, because it is empty here.
      Overrides:
      showUp in class AnalysisController