Package cern.accsoft.steering.util.fit
Interface DataViewerFit
- 
- All Known Implementing Classes:
 SineFit
public interface DataViewerFitThis interface defines the methods necessary to display the result of the fit in a DataViewer 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description cern.jdve.data.DataSetgetResultDataSet(cern.jdve.utils.DataRange xRange, int nPoints)must return aDataSetfor the result of the fit. 
 - 
 
- 
- 
Method Detail
- 
getResultDataSet
cern.jdve.data.DataSet getResultDataSet(cern.jdve.utils.DataRange xRange, int nPoints)must return aDataSetfor the result of the fit.- Parameters:
 xRange- the Range for which to calculate the values for the fitted functionnPoints- the amount of points to be calculated in the range- Returns:
 - the 
DataSetready to display in theChart 
 
 - 
 
 -