Uses of Enum
org.rrd4j.data.LinearInterpolator.Method
-
Uses of LinearInterpolator.Method in org.rrd4j.data
Modifier and TypeMethodDescriptionstatic LinearInterpolator.Method
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 TypeMethodDescriptionvoid
LinearInterpolator.setInterpolationMethod
(LinearInterpolator.Method interpolationMethod) Sets interpolation method to be used.