public final class TreemapChartColorScale
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Google Sheets API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
TreemapChartColorScale() |
| Modifier and Type | Method and Description |
|---|---|
TreemapChartColorScale |
clone() |
Color |
getMaxValueColor()
The background color for cells with a color value greater than or equal to maxValue.
|
ColorStyle |
getMaxValueColorStyle()
The background color for cells with a color value greater than or equal to maxValue.
|
Color |
getMidValueColor()
The background color for cells with a color value at the midpoint between minValue and
maxValue.
|
ColorStyle |
getMidValueColorStyle()
The background color for cells with a color value at the midpoint between minValue and
maxValue.
|
Color |
getMinValueColor()
The background color for cells with a color value less than or equal to minValue.
|
ColorStyle |
getMinValueColorStyle()
The background color for cells with a color value less than or equal to minValue.
|
Color |
getNoDataColor()
The background color for cells that have no color data associated with them.
|
ColorStyle |
getNoDataColorStyle()
The background color for cells that have no color data associated with them.
|
TreemapChartColorScale |
set(String fieldName,
Object value) |
TreemapChartColorScale |
setMaxValueColor(Color maxValueColor)
The background color for cells with a color value greater than or equal to maxValue.
|
TreemapChartColorScale |
setMaxValueColorStyle(ColorStyle maxValueColorStyle)
The background color for cells with a color value greater than or equal to maxValue.
|
TreemapChartColorScale |
setMidValueColor(Color midValueColor)
The background color for cells with a color value at the midpoint between minValue and
maxValue.
|
TreemapChartColorScale |
setMidValueColorStyle(ColorStyle midValueColorStyle)
The background color for cells with a color value at the midpoint between minValue and
maxValue.
|
TreemapChartColorScale |
setMinValueColor(Color minValueColor)
The background color for cells with a color value less than or equal to minValue.
|
TreemapChartColorScale |
setMinValueColorStyle(ColorStyle minValueColorStyle)
The background color for cells with a color value less than or equal to minValue.
|
TreemapChartColorScale |
setNoDataColor(Color noDataColor)
The background color for cells that have no color data associated with them.
|
TreemapChartColorScale |
setNoDataColorStyle(ColorStyle noDataColorStyle)
The background color for cells that have no color data associated with them.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic Color getMaxValueColor()
null for nonepublic TreemapChartColorScale setMaxValueColor(Color maxValueColor)
maxValueColor - maxValueColor or null for nonepublic ColorStyle getMaxValueColorStyle()
null for nonepublic TreemapChartColorScale setMaxValueColorStyle(ColorStyle maxValueColorStyle)
maxValueColorStyle - maxValueColorStyle or null for nonepublic Color getMidValueColor()
null for nonepublic TreemapChartColorScale setMidValueColor(Color midValueColor)
midValueColor - midValueColor or null for nonepublic ColorStyle getMidValueColorStyle()
null for nonepublic TreemapChartColorScale setMidValueColorStyle(ColorStyle midValueColorStyle)
midValueColorStyle - midValueColorStyle or null for nonepublic Color getMinValueColor()
null for nonepublic TreemapChartColorScale setMinValueColor(Color minValueColor)
minValueColor - minValueColor or null for nonepublic ColorStyle getMinValueColorStyle()
null for nonepublic TreemapChartColorScale setMinValueColorStyle(ColorStyle minValueColorStyle)
minValueColorStyle - minValueColorStyle or null for nonepublic Color getNoDataColor()
null for nonepublic TreemapChartColorScale setNoDataColor(Color noDataColor)
noDataColor - noDataColor or null for nonepublic ColorStyle getNoDataColorStyle()
null for nonepublic TreemapChartColorScale setNoDataColorStyle(ColorStyle noDataColorStyle)
noDataColorStyle - noDataColorStyle or null for nonepublic TreemapChartColorScale set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic TreemapChartColorScale clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.