Uses of Class
xal.extension.widgets.plot.BasicGraphData
Packages that use BasicGraphData
Package
Description
Author: C.K.
-
Uses of BasicGraphData in xal.extension.scan
Methods in xal.extension.scan that return BasicGraphDataModifier and TypeMethodDescriptionMeasuredValue.getDataContainer()
MeasuredValue.getDataContainer
(int index) MeasuredValue.getDataContainerRB()
MeasuredValue.getDataContainerRB
(int index) Methods in xal.extension.scan that return types with arguments of type BasicGraphDataModifier and TypeMethodDescriptionMeasuredValue.getDataContainers()
MeasuredValue.getDataContainersRB()
Methods in xal.extension.scan with parameters of type BasicGraphDataModifier and TypeMethodDescriptionvoid
MeasuredValue.addNewDataConatainer
(BasicGraphData gd) void
MeasuredValue.addNewDataConatainerRB
(BasicGraphData gd) void
MeasuredValue.removeDataContainer
(BasicGraphData gd) void
MeasuredValue.setExternalDataContainer
(BasicGraphData extGraphDataIn) void
MeasuredValue.setExternalDataContainerRB
(BasicGraphData extGraphDataIn) -
Uses of BasicGraphData in xal.extension.scan.analysis
Fields in xal.extension.scan.analysis declared as BasicGraphDataMethods in xal.extension.scan.analysis that return BasicGraphDataModifier and TypeMethodDescriptionprotected BasicGraphData
MainAnalysisController.getChoosenDraphData()
Gets the choosenDraphData attribute of the MainAnalysisController objectMethods in xal.extension.scan.analysis with parameters of type BasicGraphDataModifier and TypeMethodDescriptionstatic AnalysisController
AnalysisControllerFactory.getAC
(MainAnalysisController mainController, DataAdaptor analysisConf, JPanel parentAnalysisPanel, JPanel customControlPanel, JPanel customGraphPanel, JPanel globalButtonsPanel, ScanVariable scanVariableParameter, ScanVariable scanVariable, Vector<MeasuredValue> measuredValuesV, FunctionGraphsJPanel graphAnalysis, JTextField messageTextLocal, BasicGraphData graphDataLocal) Returns the specific analysis controller.static double
MainAnalysisController.getPhaseShift
(BasicGraphData gd) Returns the phase shift value for graphMethod parameters in xal.extension.scan.analysis with type arguments of type BasicGraphDataModifier and TypeMethodDescriptionstatic double
MainAnalysisController.getPhaseShift
(Vector<BasicGraphData> gdV) Returns the average phase shift value for graphsConstructors in xal.extension.scan.analysis with parameters of type BasicGraphDataModifierConstructorDescriptionAnalysisCntrlDTLPhase
(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.AnalysisCntrlEmpty
(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.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.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.AnalysisCntrlManagement
(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.AnalysisCntrlPolynomFit
(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.AnalysisCntrlTDProcedure
(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.AnalysisController
(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. -
Uses of BasicGraphData in xal.extension.widgets.olmplot
Subclasses of BasicGraphData in xal.extension.widgets.olmplotModifier and TypeClassDescriptionclass
Graphics object representing a curve in a{
class
Graphics object representing a curve in a{
Methods in xal.extension.widgets.olmplot with parameters of type BasicGraphDataModifier and TypeMethodDescriptionvoid
TrajectoryGraph.addGraphData
(PLANE plane, BasicGraphData crvTrj) Adds a new curve to the trajectory graph for the give plane. -
Uses of BasicGraphData in xal.extension.widgets.plot
Subclasses of BasicGraphData in xal.extension.widgets.plotFields in xal.extension.widgets.plot declared as BasicGraphDataModifier and TypeFieldDescriptionprotected BasicGraphData
UnwrappedGeneratorGraphData.extUnwrappedData
Methods in xal.extension.widgets.plot that return BasicGraphDataModifier and TypeMethodDescriptionFunctionGraphsJPanel.getInstanceOfGraphData
(int index) Returns the reference to BasicGraphData object with a particular indexMethods in xal.extension.widgets.plot that return types with arguments of type BasicGraphDataModifier and TypeMethodDescriptionFunctionGraphsJPanel.getAllGraphData()
Returns the vector with references to all BasicGraphData objects on this graph panelstatic Vector<BasicGraphData>
GraphDataOperations.getDataInsideRectangle
(Vector<BasicGraphData> gdV, double xMin, double xMax, double yMin, double yMax) Returns the vector of BasicGraphData whose at least one point is inside rectangle.Methods in xal.extension.widgets.plot with parameters of type BasicGraphDataModifier and TypeMethodDescriptionint
FunctionGraphsJPanel.addGraphData
(BasicGraphData lgd) Adds a BasicGraphData instance to the graph panelstatic Double[]
GraphDataOperations.findIntersection
(BasicGraphData gd1, BasicGraphData gd2, double xMin, double xMax, double eps) static Double[]
GraphDataOperations.findIntersection
(BasicGraphData gd1, BasicGraphData gd2, double xMinIni, double xMaxIni, double yMinIni, double yMaxIni, double eps) static Double
GraphDataOperations.findIntersectionX
(BasicGraphData gd1, BasicGraphData gd2, double xMin, double xMax, double eps) static Double
GraphDataOperations.findIntersectionX
(BasicGraphData gd1, BasicGraphData gd2, double xMin, double xMax, double yMin, double yMax, double eps) static Double
GraphDataOperations.findIntersectionY
(BasicGraphData gd1, BasicGraphData gd2, double xMin, double xMax, double eps) static Double
GraphDataOperations.findIntersectionY
(BasicGraphData gd1, BasicGraphData gd2, double xMin, double xMax, double yMin, double yMax, double eps) static double
GraphDataOperations.getExtremumPosition
(BasicGraphData gd, double xMin, double xMax) static boolean
GraphDataOperations.isIntersectRectangle
(BasicGraphData gd, double xMin, double xMax, double yMin, double yMax) Returns true if one of the points is inside rectangle.static double[][]
GraphDataOperations.polynomialFit
(BasicGraphData gd, double xMin, double xMax, int nOrderIn) static void
GraphDataOperations.polynomialFit
(BasicGraphData gdSource, BasicGraphData gdTarget, double xMin, double xMax) static void
GraphDataOperations.polynomialFit
(BasicGraphData gdSource, BasicGraphData gdTarget, double xMin, double xMax, int nOrder) static void
GraphDataOperations.polynomialFit
(BasicGraphData gdSource, BasicGraphData gdTarget, double xMin, double xMax, int nOrder, int nInterP) static void
GraphDataOperations.polynomialFit
(BasicGraphData gdSource, BasicGraphData gdTarget, int nOrder) void
FunctionGraphsJPanel.removeGraphData
(BasicGraphData gd) Removes a BasicGraphData instance from the graph panelvoid
UnwrappedGeneratorGraphData.setExtUnwrappedContainer
(BasicGraphData extUnwrappedData) set the external data container for unwrapped datastatic void
GraphDataOperations.unwrapData
(BasicGraphData gd) Method parameters in xal.extension.widgets.plot with type arguments of type BasicGraphDataModifier and TypeMethodDescriptionvoid
FunctionGraphsJPanel.addGraphData
(Vector<? extends BasicGraphData> gdV) Adds all BasicGraphData instances in the vector to the graph panel.static Double[]
GraphDataOperations.findIntersection
(Vector<BasicGraphData> gdV, double xMin, double xMax, double eps) static Double[]
GraphDataOperations.findIntersection
(Vector<BasicGraphData> gdV, double xMin, double xMax, double yMin, double yMax, double eps) static Double
GraphDataOperations.findIntersectionX
(Vector<BasicGraphData> gdV, double xMin, double xMax, double eps) static Double
GraphDataOperations.findIntersectionX
(Vector<BasicGraphData> gdV, double xMin, double xMax, double yMin, double yMax, double eps) static Double
GraphDataOperations.findIntersectionY
(Vector<BasicGraphData> gdV, double xMin, double xMax, double eps) static Double
GraphDataOperations.findIntersectionY
(Vector<BasicGraphData> gdV, double xMin, double xMax, double yMin, double yMax, double eps) static Vector<BasicGraphData>
GraphDataOperations.getDataInsideRectangle
(Vector<BasicGraphData> gdV, double xMin, double xMax, double yMin, double yMax) Returns the vector of BasicGraphData whose at least one point is inside rectangle.static Object[]
GraphDataOperations.getGraphDataAndPointIndexInside
(Vector<BasicGraphData> gdV, double xMin, double xMax, double yMin, double yMax) Returns graph data object and index of the point that are currently displayed on the graph pane if it is only one point.void
FunctionGraphsJPanel.removeGraphData
(Vector<? extends BasicGraphData> gdV) Removes all BasicGraphData instances in the vector from the graph panelvoid
FunctionGraphsJPanel.setGraphData
(Vector<? extends BasicGraphData> gdV) Sets all BasicGraphData instances in the vector to the graph panel. -
Uses of BasicGraphData in xal.extension.wirescan.apputils
Methods in xal.extension.wirescan.apputils that return BasicGraphDataModifier and TypeMethodDescriptionWireScanData.getFitWFX()
Returns a reference to the BasicGraphData instance with the fitting waveform for X-directionWireScanData.getFitWFY()
Returns a reference to the BasicGraphData instance with the fitting waveform for Y-directionWireScanData.getLogFitWFX()
Returns a reference to the BasicGraphData instance with the log of fitting waveform for X-directionWireScanData.getLogFitWFY()
Returns a reference to the BasicGraphData instance with the log of fitting waveform for Y-directionWireScanData.getLogRawWFX()
Returns a reference to the BasicGraphData instance with the log of raw waveform for X-directionWireScanData.getLogRawWFY()
Returns a reference to the BasicGraphData instance with the log of raw waveform for Y-directionWireScanData.getRawWFX()
Returns a reference to the BasicGraphData instance with the raw waveform for X-directionWireScanData.getRawWFY()
Returns a reference to the BasicGraphData instance with the raw waveform for Y-direction