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 TypeClassDescriptionclassA function in the form y = a + bx.classA normal distribution function.classA function in the formy = a0 + a1 * x + a2 * x^2 + ...classA 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 XYDatasetDatasetUtilities.sampleFunction2D(Function2D f, double start, double end, int samples, Comparable seriesKey) Creates anXYDatasetby sampling the specified function over a fixed range.static XYSeriesDatasetUtilities.sampleFunction2DToSeries(Function2D f, double start, double end, int samples, Comparable seriesKey) Creates anXYSeriesby sampling the specified function over a fixed range.