Package | Description |
---|---|
org.rrd4j.core |
core RRD4J implementation.
|
org.rrd4j.data |
RRD4J data management.
|
org.rrd4j.graph |
RRD4J graph capabilities.
|
Modifier and Type | Method and Description |
---|---|
void |
DataHolder.datasource(String name,
IPlottable plottable)
Creates a new (plottable) datasource.
|
Modifier and Type | Class and Description |
---|---|
class |
LinearInterpolator
Class used to interpolate datasource values from the collection of (timestamp, values)
points.
|
class |
Plottable
Deprecated.
use implementations of
IPlottable instead |
Modifier and Type | Method and Description |
---|---|
void |
DataProcessor.datasource(String name,
IPlottable plottable)
Adds a custom,
plottable datasource (PDEF). |
Constructor and Description |
---|
PDef(String name,
IPlottable plottable2) |
Modifier and Type | Method and Description |
---|---|
void |
RrdGraphDef.datasource(String name,
IPlottable plottable)
Creates a new (plottable) datasource.
|
Constructor and Description |
---|
PDef(String name,
IPlottable plottable) |