Uses of Interface
org.rrd4j.data.IPlottable
Package
Description
core RRD4J implementation.
RRD4J data management.
RRD4J graph capabilities.
-
Uses of IPlottable in org.rrd4j.core
Modifier and TypeMethodDescriptionvoid
DataHolder.datasource
(String name, IPlottable plottable) Creates a new (plottable) datasource. -
Uses of IPlottable in org.rrd4j.data
Modifier 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.class
Deprecated.Modifier and TypeMethodDescriptionvoid
DataProcessor.datasource
(String name, IPlottable plottable) Adds a custom,plottable
datasource (PDEF). -
Uses of IPlottable in org.rrd4j.graph
Modifier and TypeMethodDescriptionvoid
RrdGraphDef.datasource
(String name, IPlottable plottable) Creates a new (plottable) datasource.
IPlottable
instead