Uses of Interface
org.jfree.data.function.Function2D
Packages that use Function2D
Package
Description
Representation for simple functions.
Data interfaces and classes.
-
Uses of Function2D in org.jfree.data.function
Classes in org.jfree.data.function that implement Function2DModifier 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
Methods in org.jfree.data.general with parameters of type Function2DModifier 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.