| Package | Description |
|---|---|
| com.influxdb.client.domain |
| Modifier and Type | Method and Description |
|---|---|
static BandViewProperties.HoverDimensionEnum |
BandViewProperties.HoverDimensionEnum.fromValue(String text) |
BandViewProperties.HoverDimensionEnum |
BandViewProperties.getHoverDimension()
Get hoverDimension
|
BandViewProperties.HoverDimensionEnum |
BandViewProperties.HoverDimensionEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static BandViewProperties.HoverDimensionEnum |
BandViewProperties.HoverDimensionEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BandViewProperties.HoverDimensionEnum[] |
BandViewProperties.HoverDimensionEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BandViewProperties |
BandViewProperties.hoverDimension(BandViewProperties.HoverDimensionEnum hoverDimension) |
void |
BandViewProperties.setHoverDimension(BandViewProperties.HoverDimensionEnum hoverDimension) |
void |
BandViewProperties.HoverDimensionEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
BandViewProperties.HoverDimensionEnum enumeration) |
Copyright © 2018–2023 InfluxData, Inc.. All rights reserved.