| Package | Description |
|---|---|
| org.graylog.plugins.views.migrations.V20191125144500_MigrateDashboardsToViewsSupport.viewwidgets |
| Modifier and Type | Method and Description |
|---|---|
static Interpolation |
Interpolation.defaultValue() |
static Interpolation |
Interpolation.fromLegacyValue(String legacyValue) |
abstract Interpolation |
AreaVisualizationConfig.interpolation() |
abstract Interpolation |
LineVisualizationConfig.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 AreaVisualizationConfig.Builder |
AreaVisualizationConfig.Builder.interpolation(Interpolation interpolation) |
abstract LineVisualizationConfig.Builder |
LineVisualizationConfig.Builder.interpolation(Interpolation interpolation) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.