Uses of Class
com.influxdb.client.domain.DashboardColor
Packages that use DashboardColor
-
Uses of DashboardColor in com.influxdb.client.domain
Methods in com.influxdb.client.domain that return DashboardColorMethods in com.influxdb.client.domain that return types with arguments of type DashboardColorModifier and TypeMethodDescriptionBandViewProperties.getColors()Colors define color encoding of data into a visualizationCheckViewProperties.getColors()Colors define color encoding of data into a visualizationGaugeViewProperties.getColors()Colors define color encoding of data into a visualizationHistogramViewProperties.getColors()Colors define color encoding of data into a visualizationLinePlusSingleStatProperties.getColors()Colors define color encoding of data into a visualizationSingleStatViewProperties.getColors()Colors define color encoding of data into a visualizationTableViewProperties.getColors()Colors define color encoding of data into a visualizationXYViewProperties.getColors()Colors define color encoding of data into a visualizationMethods in com.influxdb.client.domain with parameters of type DashboardColorModifier and TypeMethodDescriptionBandViewProperties.addColorsItem(DashboardColor colorsItem) CheckViewProperties.addColorsItem(DashboardColor colorsItem) GaugeViewProperties.addColorsItem(DashboardColor colorsItem) HistogramViewProperties.addColorsItem(DashboardColor colorsItem) LinePlusSingleStatProperties.addColorsItem(DashboardColor colorsItem) SingleStatViewProperties.addColorsItem(DashboardColor colorsItem) TableViewProperties.addColorsItem(DashboardColor colorsItem) XYViewProperties.addColorsItem(DashboardColor colorsItem) Method parameters in com.influxdb.client.domain with type arguments of type DashboardColorModifier and TypeMethodDescriptionBandViewProperties.colors(List<DashboardColor> colors) CheckViewProperties.colors(List<DashboardColor> colors) GaugeViewProperties.colors(List<DashboardColor> colors) HistogramViewProperties.colors(List<DashboardColor> colors) LinePlusSingleStatProperties.colors(List<DashboardColor> colors) SingleStatViewProperties.colors(List<DashboardColor> colors) TableViewProperties.colors(List<DashboardColor> colors) XYViewProperties.colors(List<DashboardColor> colors) voidBandViewProperties.setColors(List<DashboardColor> colors) voidCheckViewProperties.setColors(List<DashboardColor> colors) voidGaugeViewProperties.setColors(List<DashboardColor> colors) voidHistogramViewProperties.setColors(List<DashboardColor> colors) voidLinePlusSingleStatProperties.setColors(List<DashboardColor> colors) voidSingleStatViewProperties.setColors(List<DashboardColor> colors) voidTableViewProperties.setColors(List<DashboardColor> colors) voidXYViewProperties.setColors(List<DashboardColor> colors)