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.Flags| 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.
|
Color |
getMidValueColor()
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.
|
Color |
getNoDataColor()
The background color for cells that have no color data associated with them.
|
TreemapChartColorScale |
set(java.lang.String fieldName,
java.lang.Object value) |
TreemapChartColorScale |
setMaxValueColor(Color maxValueColor)
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 |
setMinValueColor(Color minValueColor)
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.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic Color getMaxValueColor()
null for nonepublic TreemapChartColorScale setMaxValueColor(Color maxValueColor)
maxValueColor - maxValueColor or null for nonepublic Color getMidValueColor()
null for nonepublic TreemapChartColorScale setMidValueColor(Color midValueColor)
midValueColor - midValueColor or null for nonepublic Color getMinValueColor()
null for nonepublic TreemapChartColorScale setMinValueColor(Color minValueColor)
minValueColor - minValueColor or null for nonepublic Color getNoDataColor()
null for nonepublic TreemapChartColorScale setNoDataColor(Color noDataColor)
noDataColor - noDataColor or null for nonepublic TreemapChartColorScale set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic TreemapChartColorScale clone()
clone in class com.google.api.client.json.GenericJson