Package xal.extension.scan.analysis
Class AnalysisCntrlFindMinMax
java.lang.Object
xal.extension.scan.analysis.AnalysisController
xal.extension.scan.analysis.AnalysisCntrlFindMinMax
This class is a analysis class to find min and max.
- Version:
- 1.0
- Author:
- A. Shishlo
-
Field Summary
Fields inherited from class xal.extension.scan.analysis.AnalysisController
customControlPanel, customGraphPanel, dataReaderPanel, globalButtonsPanel, graphAnalysis, graphDataLocal, mainController, measuredValuesV, messageTextLocal, name, parentAnalysisPanel, scanPVRBShowState, scanPVShowState, scanVariable, scanVariableParameter, typeName
-
Constructor Summary
ConstructorsConstructorDescriptionAnalysisCntrlFindMinMax
(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. -
Method Summary
Modifier and TypeMethodDescriptionvoid
setFontsForAll
(Font fnt) Sets fonts for all GUI elements.void
showUp()
Does what necessary for open this analysis window.void
shutUp()
Does what necessary for close this analysis window.Methods inherited from class xal.extension.scan.analysis.AnalysisController
dumpAnalysisConfig, getName, getTypeName, setMessageTextField, setName, setScanPVandScanPVRBState, setTypeName, updateDataSetOnGraphPanel
-
Constructor Details
-
AnalysisCntrlFindMinMax
public AnalysisCntrlFindMinMax(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 ParameteranalysisConf
- Description of the ParameterparentAnalysisPanelIn
- Description of the ParametercustomControlPanelIn
- Description of the ParametercustomGraphPanelIn
- Description of the ParameterglobalButtonsPanelIn
- Description of the ParameterscanVariableParameterIn
- Description of the ParameterscanVariableIn
- Description of the ParametermeasuredValuesVIn
- Description of the ParametergraphAnalysisIn
- Description of the ParametermessageTextLocalIn
- Description of the ParametergraphDataLocalIn
- Description of the Parameter
-
-
Method Details
-
setFontsForAll
Sets fonts for all GUI elements.- Overrides:
setFontsForAll
in classAnalysisController
- Parameters:
fnt
- The new fontsForAll value
-
shutUp
public void shutUp()Does what necessary for close this analysis window.- Overrides:
shutUp
in classAnalysisController
-
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 classAnalysisController
-