Uses of Interface
org.rrd4j.data.IPlottable
| Package | Description |
|---|---|
| org.rrd4j.core |
core RRD4J implementation.
|
| org.rrd4j.data |
RRD4J data management.
|
| org.rrd4j.graph |
RRD4J graph capabilities.
|
-
Uses of IPlottable in org.rrd4j.core
Methods in org.rrd4j.core with parameters of type IPlottable Modifier and Type Method Description voidDataHolder. datasource(String name, IPlottable plottable)Creates a new (plottable) datasource. -
Uses of IPlottable in org.rrd4j.data
Classes in org.rrd4j.data that implement IPlottable 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.classPlottableDeprecated.use implementations ofIPlottableinsteadMethods in org.rrd4j.data with parameters of type IPlottable Modifier and Type Method Description voidDataProcessor. datasource(String name, IPlottable plottable)Adds a custom,plottabledatasource (PDEF).Constructors in org.rrd4j.data with parameters of type IPlottable Constructor Description PDef(String name, IPlottable plottable2) -
Uses of IPlottable in org.rrd4j.graph
Methods in org.rrd4j.graph with parameters of type IPlottable Modifier and Type Method Description voidRrdGraphDef. datasource(String name, IPlottable plottable)Creates a new (plottable) datasource.Constructors in org.rrd4j.graph with parameters of type IPlottable Constructor Description PDef(String name, IPlottable plottable)