Uses of Enum
org.ujmp.core.timeseries.TimeSeriesMatrix.Interpolation
Packages that use TimeSeriesMatrix.Interpolation
-
Uses of TimeSeriesMatrix.Interpolation in org.ujmp.core.timeseries
Fields in org.ujmp.core.timeseries declared as TimeSeriesMatrix.InterpolationModifier and TypeFieldDescriptionprivate TimeSeriesMatrix.Interpolation
TimeSeriesMatrix.defaultInterpolation
Fields in org.ujmp.core.timeseries with type parameters of type TimeSeriesMatrix.InterpolationModifier and TypeFieldDescriptionprivate final Map<Integer,
TimeSeriesMatrix.Interpolation> TimeSeriesMatrix.seriesInterpolations
Methods in org.ujmp.core.timeseries that return TimeSeriesMatrix.InterpolationModifier and TypeMethodDescriptionTimeSeriesMatrix.getDefaultInterpolation()
TimeSeriesMatrix.getInterpolation
(int seriesId) Returns the enum constant of this type with the specified name.static TimeSeriesMatrix.Interpolation[]
TimeSeriesMatrix.Interpolation.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.ujmp.core.timeseries with parameters of type TimeSeriesMatrix.InterpolationModifier and TypeMethodDescriptionvoid
TimeSeriesMatrix.setDefaultInterpolation
(TimeSeriesMatrix.Interpolation defaultInterpolation) void
TimeSeriesMatrix.setInterpolation
(int column, TimeSeriesMatrix.Interpolation interpolation)