Package | Description |
---|---|
org.rrd4j.data |
RRD4J data management.
|
Modifier and Type | Method and Description |
---|---|
static LinearInterpolator.Method |
LinearInterpolator.Method.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LinearInterpolator.Method[] |
LinearInterpolator.Method.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
LinearInterpolator.setInterpolationMethod(LinearInterpolator.Method interpolationMethod)
Sets interpolation method to be used.
|