Uses of Interface
com.jrefinery.data.Function2D

Packages that use Function2D
com.jrefinery.data Data interfaces and classes. 
 

Uses of Function2D in com.jrefinery.data
 

Classes in com.jrefinery.data that implement Function2D
 class LineFunction2D
          A function in the form y = a + bx.
 class PowerFunction2D
          A function of the form y = a * x ^ b.
 

Methods in com.jrefinery.data with parameters of type Function2D
static XYDataset DatasetUtilities.sampleFunction2D(Function2D f, double start, double end, int samples, java.lang.String seriesName)
          Creates an XYDataset by sampling the specified function over a fixed range.