| Package | Description |
|---|---|
| com.influxdb.client.domain |
| Modifier and Type | Method and Description |
|---|---|
DashboardColor |
DashboardColor.hex(String hex) |
DashboardColor |
DashboardColor.id(String id) |
DashboardColor |
DashboardColor.name(String name) |
DashboardColor |
DashboardColor.type(DashboardColor.TypeEnum type) |
DashboardColor |
DashboardColor.value(Float value) |
| Modifier and Type | Method and Description |
|---|---|
List<DashboardColor> |
TableViewProperties.getColors()
Colors define color encoding of data into a visualization
|
List<DashboardColor> |
GaugeViewProperties.getColors()
Colors define color encoding of data into a visualization
|
List<DashboardColor> |
LinePlusSingleStatProperties.getColors()
Colors define color encoding of data into a visualization
|
List<DashboardColor> |
XYViewProperties.getColors()
Colors define color encoding of data into a visualization
|
List<DashboardColor> |
BandViewProperties.getColors()
Colors define color encoding of data into a visualization
|
List<DashboardColor> |
HistogramViewProperties.getColors()
Colors define color encoding of data into a visualization
|
List<DashboardColor> |
SingleStatViewProperties.getColors()
Colors define color encoding of data into a visualization
|
List<DashboardColor> |
CheckViewProperties.getColors()
Colors define color encoding of data into a visualization
|
| Modifier and Type | Method and Description |
|---|---|
TableViewProperties |
TableViewProperties.addColorsItem(DashboardColor colorsItem) |
GaugeViewProperties |
GaugeViewProperties.addColorsItem(DashboardColor colorsItem) |
LinePlusSingleStatProperties |
LinePlusSingleStatProperties.addColorsItem(DashboardColor colorsItem) |
XYViewProperties |
XYViewProperties.addColorsItem(DashboardColor colorsItem) |
BandViewProperties |
BandViewProperties.addColorsItem(DashboardColor colorsItem) |
HistogramViewProperties |
HistogramViewProperties.addColorsItem(DashboardColor colorsItem) |
SingleStatViewProperties |
SingleStatViewProperties.addColorsItem(DashboardColor colorsItem) |
CheckViewProperties |
CheckViewProperties.addColorsItem(DashboardColor colorsItem) |
| Modifier and Type | Method and Description |
|---|---|
TableViewProperties |
TableViewProperties.colors(List<DashboardColor> colors) |
GaugeViewProperties |
GaugeViewProperties.colors(List<DashboardColor> colors) |
LinePlusSingleStatProperties |
LinePlusSingleStatProperties.colors(List<DashboardColor> colors) |
XYViewProperties |
XYViewProperties.colors(List<DashboardColor> colors) |
BandViewProperties |
BandViewProperties.colors(List<DashboardColor> colors) |
HistogramViewProperties |
HistogramViewProperties.colors(List<DashboardColor> colors) |
SingleStatViewProperties |
SingleStatViewProperties.colors(List<DashboardColor> colors) |
CheckViewProperties |
CheckViewProperties.colors(List<DashboardColor> colors) |
void |
TableViewProperties.setColors(List<DashboardColor> colors) |
void |
GaugeViewProperties.setColors(List<DashboardColor> colors) |
void |
LinePlusSingleStatProperties.setColors(List<DashboardColor> colors) |
void |
XYViewProperties.setColors(List<DashboardColor> colors) |
void |
BandViewProperties.setColors(List<DashboardColor> colors) |
void |
HistogramViewProperties.setColors(List<DashboardColor> colors) |
void |
SingleStatViewProperties.setColors(List<DashboardColor> colors) |
void |
CheckViewProperties.setColors(List<DashboardColor> colors) |
Copyright © 2018–2023 InfluxData, Inc.. All rights reserved.