Uses of Class
xal.extension.widgets.plot.CurveData
Packages that use CurveData
-
Uses of CurveData in xal.extension.widgets.plot
Methods in xal.extension.widgets.plot that return CurveDataModifier and TypeMethodDescriptionFunctionGraphsJPanel.getCurveData(int i) Returns the curveData attribute of the FunctionGraphsJPanel objectMethods in xal.extension.widgets.plot that return types with arguments of type CurveDataModifier and TypeMethodDescriptionFunctionGraphsJPanel.getAllCurveData()Returns the allCurveData attribute of the FunctionGraphsJPanel objectMethods in xal.extension.widgets.plot with parameters of type CurveDataModifier and TypeMethodDescriptionvoidFunctionGraphsJPanel.addCurveData(CurveData curveData) Adds a feature to the CurveData attribute of the FunctionGraphsJPanel objectvoidFunctionGraphsJPanel.removeCurveData(CurveData curveData) Description of the MethodMethod parameters in xal.extension.widgets.plot with type arguments of type CurveDataModifier and TypeMethodDescriptionvoidFunctionGraphsJPanel.addCurveData(Vector<? extends CurveData> cdV) Adds a feature to the CurveData attribute of the FunctionGraphsJPanel objectvoidFunctionGraphsJPanel.setCurveData(Vector<? extends CurveData> cdV) Sets the curveData attribute of the FunctionGraphsJPanel object