| Package | Description |
|---|---|
| com.google.api.services.sheets.v4.model |
| Modifier and Type | Method and Description |
|---|---|
ColorStyle |
ColorStyle.clone() |
ColorStyle |
ChartSpec.getBackgroundColorStyle()
The background color of the entire chart.
|
ColorStyle |
HistogramSeries.getBarColorStyle()
The color of the column representing this series in each bucket.
|
ColorStyle |
BubbleChartSpec.getBubbleBorderColorStyle()
The bubble border color.
|
ColorStyle |
ThemeColorPair.getColor()
The concrete color corresponding to the theme color type.
|
ColorStyle |
BasicChartSeries.getColorStyle()
The color for elements (i.e.
|
ColorStyle |
WaterfallChartColumnStyle.getColorStyle()
The color of the column.
|
ColorStyle |
TreemapChartSpec.getHeaderColorStyle()
The background color for header cells.
|
ColorStyle |
TreemapChartColorScale.getMaxValueColorStyle()
The background color for cells with a color value greater than or equal to maxValue.
|
ColorStyle |
TreemapChartColorScale.getMidValueColorStyle()
The background color for cells with a color value at the midpoint between minValue and
maxValue.
|
ColorStyle |
TreemapChartColorScale.getMinValueColorStyle()
The background color for cells with a color value less than or equal to minValue.
|
ColorStyle |
BaselineValueFormat.getNegativeColorStyle()
Color to be used, in case baseline value represents a negative change for key value.
|
ColorStyle |
TreemapChartColorScale.getNoDataColorStyle()
The background color for cells that have no color data associated with them.
|
ColorStyle |
OrgChartSpec.getNodeColorStyle()
The color of the org chart nodes.
|
ColorStyle |
BaselineValueFormat.getPositiveColorStyle()
Color to be used, in case baseline value represents a positive change for key value.
|
ColorStyle |
OrgChartSpec.getSelectedNodeColorStyle()
The color of the selected org chart nodes.
|
ColorStyle |
ColorStyle.set(String fieldName,
Object value) |
ColorStyle |
ColorStyle.setRgbColor(Color rgbColor)
RGB color.
|
ColorStyle |
ColorStyle.setThemeColor(String themeColor)
Theme color.
|
| Modifier and Type | Method and Description |
|---|---|
ChartSpec |
ChartSpec.setBackgroundColorStyle(ColorStyle backgroundColorStyle)
The background color of the entire chart.
|
HistogramSeries |
HistogramSeries.setBarColorStyle(ColorStyle barColorStyle)
The color of the column representing this series in each bucket.
|
BubbleChartSpec |
BubbleChartSpec.setBubbleBorderColorStyle(ColorStyle bubbleBorderColorStyle)
The bubble border color.
|
ThemeColorPair |
ThemeColorPair.setColor(ColorStyle color)
The concrete color corresponding to the theme color type.
|
BasicChartSeries |
BasicChartSeries.setColorStyle(ColorStyle colorStyle)
The color for elements (i.e.
|
WaterfallChartColumnStyle |
WaterfallChartColumnStyle.setColorStyle(ColorStyle colorStyle)
The color of the column.
|
TreemapChartSpec |
TreemapChartSpec.setHeaderColorStyle(ColorStyle headerColorStyle)
The background color for header cells.
|
TreemapChartColorScale |
TreemapChartColorScale.setMaxValueColorStyle(ColorStyle maxValueColorStyle)
The background color for cells with a color value greater than or equal to maxValue.
|
TreemapChartColorScale |
TreemapChartColorScale.setMidValueColorStyle(ColorStyle midValueColorStyle)
The background color for cells with a color value at the midpoint between minValue and
maxValue.
|
TreemapChartColorScale |
TreemapChartColorScale.setMinValueColorStyle(ColorStyle minValueColorStyle)
The background color for cells with a color value less than or equal to minValue.
|
BaselineValueFormat |
BaselineValueFormat.setNegativeColorStyle(ColorStyle negativeColorStyle)
Color to be used, in case baseline value represents a negative change for key value.
|
TreemapChartColorScale |
TreemapChartColorScale.setNoDataColorStyle(ColorStyle noDataColorStyle)
The background color for cells that have no color data associated with them.
|
OrgChartSpec |
OrgChartSpec.setNodeColorStyle(ColorStyle nodeColorStyle)
The color of the org chart nodes.
|
BaselineValueFormat |
BaselineValueFormat.setPositiveColorStyle(ColorStyle positiveColorStyle)
Color to be used, in case baseline value represents a positive change for key value.
|
OrgChartSpec |
OrgChartSpec.setSelectedNodeColorStyle(ColorStyle selectedNodeColorStyle)
The color of the selected org chart nodes.
|
Copyright © 2011–2020 Google. All rights reserved.