Uses of Interface
org.rrd4j.data.IPlottable
Packages that use IPlottable
Package
Description
core RRD4J implementation.
RRD4J data management.
RRD4J graph capabilities.
-
Uses of IPlottable in org.rrd4j.core
Methods in org.rrd4j.core with parameters of type IPlottableModifier and TypeMethodDescriptionvoid
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 IPlottableModifier 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.Methods in org.rrd4j.data with parameters of type IPlottableModifier and TypeMethodDescriptionvoid
DataProcessor.datasource
(String name, IPlottable plottable) Adds a custom,plottable
datasource (PDEF).Constructors in org.rrd4j.data with parameters of type IPlottable -
Uses of IPlottable in org.rrd4j.graph
Methods in org.rrd4j.graph with parameters of type IPlottableModifier and TypeMethodDescriptionvoid
RrdGraphDef.datasource
(String name, IPlottable plottable) Creates a new (plottable) datasource.Constructors in org.rrd4j.graph with parameters of type IPlottable
IPlottable
instead