Uses of Class
org.rrd4j.data.Plottable
Packages that use Plottable
Package
Description
This package provides read-only access to natives RRD file.
RRD4J data management.
-
Uses of Plottable in org.rrd4j.core.jrrd
Methods in org.rrd4j.core.jrrd that return PlottableModifier and TypeMethodDescriptionDataChunk.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.dataModifier and TypeClassDescriptionclass
Class used to interpolate datasource values from the collection of (timestamp, values) points using natural cubic spline interpolation.class
Class used to interpolate datasource values from the collection of (timestamp, values) points.Methods in org.rrd4j.data with parameters of type PlottableModifier and TypeMethodDescriptionvoid
DataProcessor.addDatasource
(String name, Plottable plottable) Deprecated.
DataProcessor.datasource(String, IPlottable)
instead