Uses of Class
org.rrd4j.data.Plottable
| Package | Description |
|---|---|
| org.rrd4j.core.jrrd |
This package provides read-only access to natives RRD file.
|
| org.rrd4j.data |
RRD4J data management.
|
-
Uses of Plottable in org.rrd4j.core.jrrd
Methods in org.rrd4j.core.jrrd that return Plottable Modifier and Type Method Description PlottableDataChunk. toPlottable(String name)Extract a datasource from the datachunck given is name as a Plottable -
Uses of Plottable in org.rrd4j.data
Subclasses of Plottable in org.rrd4j.data Modifier and Type Class Description classCubicSplineInterpolatorClass used to interpolate datasource values from the collection of (timestamp, values) points using natural cubic spline interpolation.classLinearInterpolatorClass used to interpolate datasource values from the collection of (timestamp, values) points.Methods in org.rrd4j.data with parameters of type Plottable Modifier and Type Method Description voidDataProcessor. addDatasource(String name, Plottable plottable)Deprecated.UsesDataProcessor.datasource(String, IPlottable)instead