Uses of Class
org.jrobin.data.Plottable
-
Packages that use Plottable Package Description org.jrobin.data JRobin data management.org.jrobin.graph JRobin graph capabilities. -
-
Uses of Plottable in org.jrobin.data
Subclasses of Plottable in org.jrobin.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.jrobin.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.jrobin.data with parameters of type Plottable Constructor Description PDef(String name, Plottable plottable) -
Uses of Plottable in org.jrobin.graph
Methods in org.jrobin.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.jrobin.graph with parameters of type Plottable Constructor Description PDef(String name, Plottable plottable)
-