Uses of Interface
com.jrefinery.chart.data.PlotFitAlgorithm

Packages that use PlotFitAlgorithm
com.jrefinery.chart.data Classes for created fitted data (contributed by Matthew Wright). 
 

Uses of PlotFitAlgorithm in com.jrefinery.chart.data
 

Classes in com.jrefinery.chart.data that implement PlotFitAlgorithm
 class LinearPlotFitAlgorithm
          A linear plot fit algorithm contributed by Matthew Wright.
 class MovingAveragePlotFitAlgorithm
          Calculates a moving average for an XYDataset.
 

Methods in com.jrefinery.chart.data with parameters of type PlotFitAlgorithm
 void PlotFit.setPlotFitAlgorithm(PlotFitAlgorithm alg)
          Sets the algorithm used to generate the new dataset.
 

Constructors in com.jrefinery.chart.data with parameters of type PlotFitAlgorithm
PlotFit(XYDataset data, PlotFitAlgorithm alg)
          Standard constructor.