Package | Description |
---|---|
org.jrobin.data |
JRobin data management.
|
org.jrobin.graph |
JRobin graph capabilities.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
DataProcessor.addDatasource(String name,
Plottable plottable)
Adds a custom,
plottable datasource (PDEF). |
Constructor and Description |
---|
PDef(String name,
Plottable plottable) |
Modifier and Type | Method and Description |
---|---|
void |
RrdGraphDef.datasource(String name,
Plottable plottable)
Creates a new (plottable) datasource.
|
Constructor and Description |
---|
PDef(String name,
Plottable plottable) |