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 void
DataHolder. 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 class
CubicSplineInterpolator
Class used to interpolate datasource values from the collection of (timestamp, values) points using natural cubic spline interpolation.class
LinearInterpolator
Class used to interpolate datasource values from the collection of (timestamp, values) points.class
Plottable
Deprecated.use implementations ofIPlottable
insteadMethods in org.rrd4j.data with parameters of type IPlottable Modifier and Type Method Description void
DataProcessor. datasource(String name, IPlottable plottable)
Adds a custom,plottable
datasource (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 void
RrdGraphDef. 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)