Uses of Enum Class
org.graylog.plugins.views.search.views.widgets.aggregation.Interpolation
Packages that use Interpolation
-
Uses of Interpolation in org.graylog.plugins.views.search.views.widgets.aggregation
Methods in org.graylog.plugins.views.search.views.widgets.aggregation that return InterpolationModifier and TypeMethodDescriptionstatic InterpolationInterpolation.defaultValue()abstract InterpolationAreaVisualizationConfigDTO.interpolation()abstract InterpolationLineVisualizationConfigDTO.interpolation()static InterpolationReturns the enum constant of this class with the specified name.static Interpolation[]Interpolation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.graylog.plugins.views.search.views.widgets.aggregation with parameters of type InterpolationModifier and TypeMethodDescriptionabstract AreaVisualizationConfigDTO.BuilderAreaVisualizationConfigDTO.Builder.interpolation(Interpolation interpolation) abstract LineVisualizationConfigDTO.BuilderLineVisualizationConfigDTO.Builder.interpolation(Interpolation interpolation)