パッケージ | 説明 |
---|---|
org.jrobin.data |
JRobin data management.
|
org.jrobin.graph |
JRobin graph capabilities.
|
修飾子とタイプ | クラス | 説明 |
---|---|---|
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.
|
修飾子とタイプ | メソッド | 説明 |
---|---|---|
void |
DataProcessor.addDatasource(java.lang.String name,
Plottable plottable) |
Adds a custom,
plottable datasource (PDEF). |
コンストラクタ | 説明 |
---|---|
PDef(java.lang.String name,
Plottable plottable) |
修飾子とタイプ | メソッド | 説明 |
---|---|---|
void |
RrdGraphDef.datasource(java.lang.String name,
Plottable plottable) |
Creates a new (plottable) datasource.
|
コンストラクタ | 説明 |
---|---|
PDef(java.lang.String name,
Plottable plottable) |