Uses of Interface org.jfree.data.function.Function2D

Uses in package org.jfree.data.general

Methods with parameter type org.jfree.data.function.Function2D

XYDataset
DatasetUtilities.sampleFunction2D(Function2D f, double start, double end, int samples, Comparable seriesKey)
Creates an XYDataset by sampling the specified function over a fixed range.

Uses in package org.jfree.data.function

Classes implementing org.jfree.data.function.Function2D

class
A function in the form y = a + bx.
class
A normal distribution function.
class
A function of the form y = a * x ^ b.