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