Frames | No Frames |
Methods with parameter type org.jfree.data.function.Function2D | |
XYDataset | DatasetUtilities.sampleFunction2D(Function2D f, double start, double end, int samples, Comparable seriesKey) Creates an XYDataset by sampling the specified function over a
fixed range. |
Classes implementing org.jfree.data.function.Function2D | |
class | A function in the form y = a + bx. |
class | A normal distribution function. |
class | A function of the form y = a * x ^ b. |