Uses of Class
xal.extension.widgets.plot.FunctionGraphsJPanel
Packages that use FunctionGraphsJPanel
Package
Description
Author: C.K.
-
Uses of FunctionGraphsJPanel in xal.extension.bricks
Methods in xal.extension.bricks that return types with arguments of type FunctionGraphsJPanelModifier and TypeMethodDescriptionstatic ViewProxy<FunctionGraphsJPanel>ViewProxyFactory.getFunctionGraphsJPanelProxy()Generate a view proxy for creating a function graph panel -
Uses of FunctionGraphsJPanel in xal.extension.scan.analysis
Fields in xal.extension.scan.analysis declared as FunctionGraphsJPanelMethods in xal.extension.scan.analysis with parameters of type FunctionGraphsJPanelModifier 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.Constructors in xal.extension.scan.analysis with parameters of type FunctionGraphsJPanelModifierConstructorDescriptionAnalysisCntrlDTLPhase(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.MainAnalysisController(Object mainScanDocumentIn, JPanel parentAnalysisPanelIn, JPanel analysisControlPanelIn, JPanel customGraphPanelIn, ScanVariable scanVariableParameterIn, ScanVariable scanVariableIn, Vector<MeasuredValue> measuredValuesVIn, Vector<Boolean> measuredValuesShowStateVIn, FunctionGraphsJPanel graphScanIn, FunctionGraphsJPanel graphAnalysisIn) Constructor. -
Uses of FunctionGraphsJPanel in xal.extension.widgets.apputils
Methods in xal.extension.widgets.apputils with parameters of type FunctionGraphsJPanelModifier and TypeMethodDescriptionstatic SimpleChartPopupMenuSimpleChartPopupMenu.addPopupMenuTo(FunctionGraphsJPanel aChart) Convenience method for creating a SimpleChartPopupMenu and adding it as a menu listener to the chart.Constructors in xal.extension.widgets.apputils with parameters of type FunctionGraphsJPanelModifierConstructorDescriptionCreate a simple chart popup menu for a FunctionGraphsJPanel chart -
Uses of FunctionGraphsJPanel in xal.extension.widgets.olmplot
Subclasses of FunctionGraphsJPanel in xal.extension.widgets.olmplotModifier and TypeClassDescriptionclassRepresents a graph of an online model simulation solution.Constructors in xal.extension.widgets.olmplot with parameters of type FunctionGraphsJPanelModifierConstructorDescriptionGraphFrame(String strTitle, FunctionGraphsJPanel pnlGraph) Creates a newPlotFrameobject to display the givenFunctionGraphsJPanelin a frame with the given title. -
Uses of FunctionGraphsJPanel in xal.extension.widgets.plot
Fields in xal.extension.widgets.plot declared as FunctionGraphsJPanelMethods in xal.extension.widgets.plot that return FunctionGraphsJPanelModifier and TypeMethodDescriptionBasicGraphData.getGraphDataContainer(int index) returns the graph containers where this data set has been registeredMethods in xal.extension.widgets.plot with parameters of type FunctionGraphsJPanelModifier and TypeMethodDescriptionvoidBasicGraphData.registerInContainer(FunctionGraphsJPanel gdc) registers this data set into a graph container.Constructors in xal.extension.widgets.plot with parameters of type FunctionGraphsJPanelModifierConstructorDescriptionCreates a new instance of FunctionGraphsAdaptor -
Uses of FunctionGraphsJPanel in xal.extension.widgets.plot.barchart
Methods in xal.extension.widgets.plot.barchart that return FunctionGraphsJPanel -
Uses of FunctionGraphsJPanel in xal.extension.widgets.smf
Methods in xal.extension.widgets.smf with parameters of type FunctionGraphsJPanelModifier and TypeMethodDescriptionstatic XALSynopticPanelFunctionGraphsXALSynopticAdaptor.assignXALSynopticViewTo(FunctionGraphsJPanel chart, AcceleratorSeq sequence) Assign the synoptic view to the specified chart and configure it to auto size as the chart's position axis changes. -
Uses of FunctionGraphsJPanel in xal.service.pvlogger.apputils.browser
Fields in xal.service.pvlogger.apputils.browser declared as FunctionGraphsJPanelMethods in xal.service.pvlogger.apputils.browser that return FunctionGraphsJPanel