Uses of Enum
org.rrd4j.data.LinearInterpolator.Method
Packages that use LinearInterpolator.Method
-
Uses of LinearInterpolator.Method in org.rrd4j.data
Methods in org.rrd4j.data that return LinearInterpolator.MethodModifier and TypeMethodDescriptionstatic LinearInterpolator.MethodReturns 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.MethodModifier and TypeMethodDescriptionvoidLinearInterpolator.setInterpolationMethod(LinearInterpolator.Method interpolationMethod) Sets interpolation method to be used.