Uses of Class
org.rrd4j.data.LinearInterpolator.Method
Package | Description |
---|---|
org.rrd4j.data |
RRD4J data management.
|
-
Uses of LinearInterpolator.Method in org.rrd4j.data
Methods in org.rrd4j.data that return LinearInterpolator.Method Modifier and Type Method 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.Methods in org.rrd4j.data with parameters of type LinearInterpolator.Method Modifier and Type Method Description void
LinearInterpolator. setInterpolationMethod(LinearInterpolator.Method interpolationMethod)
Sets interpolation method to be used.