| Package | Description |
|---|---|
| com.google.api.services.sheets.v4.model |
| Modifier and Type | Method and Description |
|---|---|
Color |
Color.clone() |
Color |
CellFormat.getBackgroundColor()
The background color of the cell.
|
Color |
ChartSpec.getBackgroundColor()
The background color of the entire chart.
|
Color |
HistogramSeries.getBarColor()
The color of the column representing this series in each bucket.
|
Color |
BubbleChartSpec.getBubbleBorderColor()
The bubble border color.
|
Color |
InterpolationPoint.getColor()
The color this interpolation point should use.
|
Color |
BasicChartSeries.getColor()
The color for elements (i.e.
|
Color |
WaterfallChartColumnStyle.getColor()
The color of the column.
|
Color |
Border.getColor()
The color of the border.
|
Color |
BandingProperties.getFirstBandColor()
The first color that is alternating.
|
Color |
BandingProperties.getFooterColor()
The color of the last row or column.
|
Color |
TextFormat.getForegroundColor()
The foreground color of the text.
|
Color |
BandingProperties.getHeaderColor()
The color of the first row or column.
|
Color |
TreemapChartSpec.getHeaderColor()
The background color for header cells.
|
Color |
TreemapChartColorScale.getMaxValueColor()
The background color for cells with a color value greater than or equal to maxValue.
|
Color |
TreemapChartColorScale.getMidValueColor()
The background color for cells with a color value at the midpoint between minValue and
maxValue.
|
Color |
TreemapChartColorScale.getMinValueColor()
The background color for cells with a color value less than or equal to minValue.
|
Color |
TreemapChartColorScale.getNoDataColor()
The background color for cells that have no color data associated with them.
|
Color |
OrgChartSpec.getNodeColor()
The color of the org chart nodes.
|
Color |
BandingProperties.getSecondBandColor()
The second color that is alternating.
|
Color |
OrgChartSpec.getSelectedNodeColor()
The color of the selected org chart nodes.
|
Color |
SheetProperties.getTabColor()
The color of the tab in the UI.
|
Color |
Color.set(String fieldName,
Object value) |
Color |
Color.setAlpha(Float alpha)
The fraction of this color that should be applied to the pixel.
|
Color |
Color.setBlue(Float blue)
The amount of blue in the color as a value in the interval [0, 1].
|
Color |
Color.setGreen(Float green)
The amount of green in the color as a value in the interval [0, 1].
|
Color |
Color.setRed(Float red)
The amount of red in the color as a value in the interval [0, 1].
|
| Modifier and Type | Method and Description |
|---|---|
CellFormat |
CellFormat.setBackgroundColor(Color backgroundColor)
The background color of the cell.
|
ChartSpec |
ChartSpec.setBackgroundColor(Color backgroundColor)
The background color of the entire chart.
|
HistogramSeries |
HistogramSeries.setBarColor(Color barColor)
The color of the column representing this series in each bucket.
|
BubbleChartSpec |
BubbleChartSpec.setBubbleBorderColor(Color bubbleBorderColor)
The bubble border color.
|
InterpolationPoint |
InterpolationPoint.setColor(Color color)
The color this interpolation point should use.
|
BasicChartSeries |
BasicChartSeries.setColor(Color color)
The color for elements (i.e.
|
WaterfallChartColumnStyle |
WaterfallChartColumnStyle.setColor(Color color)
The color of the column.
|
Border |
Border.setColor(Color color)
The color of the border.
|
BandingProperties |
BandingProperties.setFirstBandColor(Color firstBandColor)
The first color that is alternating.
|
BandingProperties |
BandingProperties.setFooterColor(Color footerColor)
The color of the last row or column.
|
TextFormat |
TextFormat.setForegroundColor(Color foregroundColor)
The foreground color of the text.
|
BandingProperties |
BandingProperties.setHeaderColor(Color headerColor)
The color of the first row or column.
|
TreemapChartSpec |
TreemapChartSpec.setHeaderColor(Color headerColor)
The background color for header cells.
|
TreemapChartColorScale |
TreemapChartColorScale.setMaxValueColor(Color maxValueColor)
The background color for cells with a color value greater than or equal to maxValue.
|
TreemapChartColorScale |
TreemapChartColorScale.setMidValueColor(Color midValueColor)
The background color for cells with a color value at the midpoint between minValue and
maxValue.
|
TreemapChartColorScale |
TreemapChartColorScale.setMinValueColor(Color minValueColor)
The background color for cells with a color value less than or equal to minValue.
|
TreemapChartColorScale |
TreemapChartColorScale.setNoDataColor(Color noDataColor)
The background color for cells that have no color data associated with them.
|
OrgChartSpec |
OrgChartSpec.setNodeColor(Color nodeColor)
The color of the org chart nodes.
|
BandingProperties |
BandingProperties.setSecondBandColor(Color secondBandColor)
The second color that is alternating.
|
OrgChartSpec |
OrgChartSpec.setSelectedNodeColor(Color selectedNodeColor)
The color of the selected org chart nodes.
|
SheetProperties |
SheetProperties.setTabColor(Color tabColor)
The color of the tab in the UI.
|
Copyright © 2011–2019 Google. All rights reserved.