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 |
SortSpec.getBackgroundColor()
The background fill color to sort by; cells with this fill color are sorted to the top.
|
Color |
SlicerSpec.getBackgroundColor()
The background color of the slicer.
|
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 |
BasicChartSeries.getColor()
The color for elements (such as bars, lines, and points) associated with this series.
|
Color |
WaterfallChartColumnStyle.getColor()
The color of the column.
|
Color |
Border.getColor()
The color of the border.
|
Color |
InterpolationPoint.getColor()
The color this interpolation point should use.
|
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 |
SortSpec.getForegroundColor()
The foreground color to sort by; cells with this foreground color are sorted to the top.
|
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 |
BaselineValueFormat.getNegativeColor()
Color to be used, in case baseline value represents a negative change for key value.
|
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 |
BaselineValueFormat.getPositiveColor()
Color to be used, in case baseline value represents a positive change for key value.
|
Color |
ColorStyle.getRgbColor()
RGB color.
|
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 |
FilterCriteria.getVisibleBackgroundColor()
The background fill color to filter by; only cells with this fill color are shown.
|
Color |
FilterCriteria.getVisibleForegroundColor()
The foreground color to filter by; only cells with this foreground color are shown.
|
Color |
Color.set(java.lang.String fieldName,
java.lang.Object value) |
Color |
Color.setAlpha(java.lang.Float alpha)
The fraction of this color that should be applied to the pixel.
|
Color |
Color.setBlue(java.lang.Float blue)
The amount of blue in the color as a value in the interval [0, 1].
|
Color |
Color.setGreen(java.lang.Float green)
The amount of green in the color as a value in the interval [0, 1].
|
Color |
Color.setRed(java.lang.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.
|
SortSpec |
SortSpec.setBackgroundColor(Color backgroundColor)
The background fill color to sort by; cells with this fill color are sorted to the top.
|
SlicerSpec |
SlicerSpec.setBackgroundColor(Color backgroundColor)
The background color of the slicer.
|
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.
|
BasicChartSeries |
BasicChartSeries.setColor(Color color)
The color for elements (such as bars, lines, and points) associated with this series.
|
WaterfallChartColumnStyle |
WaterfallChartColumnStyle.setColor(Color color)
The color of the column.
|
Border |
Border.setColor(Color color)
The color of the border.
|
InterpolationPoint |
InterpolationPoint.setColor(Color color)
The color this interpolation point should use.
|
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.
|
SortSpec |
SortSpec.setForegroundColor(Color foregroundColor)
The foreground color to sort by; cells with this foreground color are sorted to the top.
|
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.
|
BaselineValueFormat |
BaselineValueFormat.setNegativeColor(Color negativeColor)
Color to be used, in case baseline value represents a negative change for key value.
|
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.
|
BaselineValueFormat |
BaselineValueFormat.setPositiveColor(Color positiveColor)
Color to be used, in case baseline value represents a positive change for key value.
|
ColorStyle |
ColorStyle.setRgbColor(Color rgbColor)
RGB color.
|
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.
|
FilterCriteria |
FilterCriteria.setVisibleBackgroundColor(Color visibleBackgroundColor)
The background fill color to filter by; only cells with this fill color are shown.
|
FilterCriteria |
FilterCriteria.setVisibleForegroundColor(Color visibleForegroundColor)
The foreground color to filter by; only cells with this foreground color are shown.
|