Uses of Class
org.rrd4j.data.Plottable
-
Packages that use Plottable Package Description org.rrd4j.core.jrrd This package provides read-only access to natives RRD file.org.rrd4j.data RRD4J data management.org.rrd4j.graph RRD4J graph capabilities. -
-
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)Adds a custom,plottabledatasource (PDEF).Constructors in org.rrd4j.data with parameters of type Plottable Constructor Description PDef(String name, Plottable plottable) -
Uses of Plottable in org.rrd4j.graph
Methods in org.rrd4j.graph with parameters of type Plottable Modifier and Type Method Description voidRrdGraphDef. datasource(String name, Plottable plottable)Creates a new (plottable) datasource.Constructors in org.rrd4j.graph with parameters of type Plottable Constructor Description PDef(String name, Plottable plottable)
-