Uses of Interface
org.jfree.data.Function2D
Package | Description |
---|---|
org.jfree.data |
Data interfaces and classes.
|
-
Uses of Function2D in org.jfree.data
Classes in org.jfree.data that implement Function2D Modifier and Type Class Description class
LineFunction2D
A function in the form y = a + bx.class
NormalDistributionFunction2D
A normal distribution function.class
PowerFunction2D
A function of the form y = a * x ^ b.Methods in org.jfree.data with parameters of type Function2D Modifier and Type Method Description static XYDataset
DatasetUtilities. sampleFunction2D(Function2D f, double start, double end, int samples, String seriesName)
Creates anXYDataset
by sampling the specified function over a fixed range.