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 classLineFunction2DA function in the form y = a + bx.classNormalDistributionFunction2DA normal distribution function.classPowerFunction2DA function of the form y = a * x ^ b.Methods in org.jfree.data with parameters of type Function2D Modifier and Type Method Description static XYDatasetDatasetUtilities. sampleFunction2D(Function2D f, double start, double end, int samples, String seriesName)Creates anXYDatasetby sampling the specified function over a fixed range.