Uses of Interface
org.jfree.data.function.Function2D
Package
Description
Representation for simple functions.
Data interfaces and classes.
-
Uses of Function2D in org.jfree.data.function
Modifier and TypeClassDescriptionclass
A function in the form y = a + bx.class
A normal distribution function.class
A function in the formy = a0 + a1 * x + a2 * x^2 + ... + an * x^n
.class
A function of the form y = a * x ^ b. -
Uses of Function2D in org.jfree.data.general
Modifier and TypeMethodDescriptionstatic XYDataset
DatasetUtils.sampleFunction2D
(Function2D f, double start, double end, int samples, Comparable seriesKey) Creates anXYDataset
by sampling the specified function over a fixed range.static XYSeries
DatasetUtils.sampleFunction2DToSeries
(Function2D f, double start, double end, int samples, Comparable seriesKey) Creates anXYSeries
by sampling the specified function over a fixed range.