Package | Description |
---|---|
org.jfree.data.general |
Modifier and Type | Method and Description |
---|---|
static XYDataset |
DatasetUtilities.sampleFunction2D(Function2D f,
double start,
double end,
int samples,
java.lang.Comparable seriesKey)
Creates an
XYDataset by sampling the specified function over a
fixed range. |
static XYSeries |
DatasetUtilities.sampleFunction2DToSeries(Function2D f,
double start,
double end,
int samples,
java.lang.Comparable seriesKey)
Creates an
XYSeries by sampling the specified function over a
fixed range. |