| Package | Description |
|---|---|
| org.graylog.plugins.views.search.views.widgets.aggregation |
| Modifier and Type | Method and Description |
|---|---|
static Interpolation |
Interpolation.defaultValue() |
abstract Interpolation |
LineVisualizationConfigDTO.interpolation() |
abstract Interpolation |
AreaVisualizationConfigDTO.interpolation() |
static Interpolation |
Interpolation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Interpolation[] |
Interpolation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
abstract LineVisualizationConfigDTO.Builder |
LineVisualizationConfigDTO.Builder.interpolation(Interpolation interpolation) |
abstract AreaVisualizationConfigDTO.Builder |
AreaVisualizationConfigDTO.Builder.interpolation(Interpolation interpolation) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.