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 TypeMethodDescriptionvoidMeasuredValue.addNewDataConatainer(BasicGraphData gd) voidMeasuredValue.addNewDataConatainerRB(BasicGraphData gd) voidMeasuredValue.removeDataContainer(BasicGraphData gd) voidMeasuredValue.setExternalDataContainer(BasicGraphData extGraphDataIn) voidMeasuredValue.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 BasicGraphDataMainAnalysisController.getChoosenDraphData()Gets the choosenDraphData attribute of the MainAnalysisController objectMethods in xal.extension.scan.analysis with parameters of type BasicGraphDataModifier and TypeMethodDescriptionstatic AnalysisControllerAnalysisControllerFactory.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 doubleMainAnalysisController.getPhaseShift(BasicGraphData gd) Returns the phase shift value for graphMethod parameters in xal.extension.scan.analysis with type arguments of type BasicGraphDataModifier and TypeMethodDescriptionstatic doubleMainAnalysisController.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 TypeClassDescriptionclassGraphics object representing a curve in a{classGraphics object representing a curve in a{Methods in xal.extension.widgets.olmplot with parameters of type BasicGraphDataModifier and TypeMethodDescriptionvoidTrajectoryGraph.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 BasicGraphDataUnwrappedGeneratorGraphData.extUnwrappedDataMethods 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 TypeMethodDescriptionintFunctionGraphsJPanel.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 DoubleGraphDataOperations.findIntersectionX(BasicGraphData gd1, BasicGraphData gd2, double xMin, double xMax, double eps) static DoubleGraphDataOperations.findIntersectionX(BasicGraphData gd1, BasicGraphData gd2, double xMin, double xMax, double yMin, double yMax, double eps) static DoubleGraphDataOperations.findIntersectionY(BasicGraphData gd1, BasicGraphData gd2, double xMin, double xMax, double eps) static DoubleGraphDataOperations.findIntersectionY(BasicGraphData gd1, BasicGraphData gd2, double xMin, double xMax, double yMin, double yMax, double eps) static doubleGraphDataOperations.getExtremumPosition(BasicGraphData gd, double xMin, double xMax) static booleanGraphDataOperations.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 voidGraphDataOperations.polynomialFit(BasicGraphData gdSource, BasicGraphData gdTarget, double xMin, double xMax) static voidGraphDataOperations.polynomialFit(BasicGraphData gdSource, BasicGraphData gdTarget, double xMin, double xMax, int nOrder) static voidGraphDataOperations.polynomialFit(BasicGraphData gdSource, BasicGraphData gdTarget, double xMin, double xMax, int nOrder, int nInterP) static voidGraphDataOperations.polynomialFit(BasicGraphData gdSource, BasicGraphData gdTarget, int nOrder) voidFunctionGraphsJPanel.removeGraphData(BasicGraphData gd) Removes a BasicGraphData instance from the graph panelvoidUnwrappedGeneratorGraphData.setExtUnwrappedContainer(BasicGraphData extUnwrappedData) set the external data container for unwrapped datastatic voidGraphDataOperations.unwrapData(BasicGraphData gd) Method parameters in xal.extension.widgets.plot with type arguments of type BasicGraphDataModifier and TypeMethodDescriptionvoidFunctionGraphsJPanel.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 DoubleGraphDataOperations.findIntersectionX(Vector<BasicGraphData> gdV, double xMin, double xMax, double eps) static DoubleGraphDataOperations.findIntersectionX(Vector<BasicGraphData> gdV, double xMin, double xMax, double yMin, double yMax, double eps) static DoubleGraphDataOperations.findIntersectionY(Vector<BasicGraphData> gdV, double xMin, double xMax, double eps) static DoubleGraphDataOperations.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.voidFunctionGraphsJPanel.removeGraphData(Vector<? extends BasicGraphData> gdV) Removes all BasicGraphData instances in the vector from the graph panelvoidFunctionGraphsJPanel.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