public final class WaterfallChartSpec
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 |
|---|
WaterfallChartSpec() |
| Modifier and Type | Method and Description |
|---|---|
WaterfallChartSpec |
clone() |
LineStyle |
getConnectorLineStyle()
The line style for the connector lines.
|
WaterfallChartDomain |
getDomain()
The domain data (horizontal axis) for the waterfall chart.
|
java.lang.Boolean |
getFirstValueIsTotal()
True to interpret the first value as a total.
|
java.lang.Boolean |
getHideConnectorLines()
True to hide connector lines between columns.
|
java.util.List<WaterfallChartSeries> |
getSeries()
The data this waterfall chart is visualizing.
|
java.lang.String |
getStackedType()
The stacked type.
|
WaterfallChartSpec |
set(java.lang.String fieldName,
java.lang.Object value) |
WaterfallChartSpec |
setConnectorLineStyle(LineStyle connectorLineStyle)
The line style for the connector lines.
|
WaterfallChartSpec |
setDomain(WaterfallChartDomain domain)
The domain data (horizontal axis) for the waterfall chart.
|
WaterfallChartSpec |
setFirstValueIsTotal(java.lang.Boolean firstValueIsTotal)
True to interpret the first value as a total.
|
WaterfallChartSpec |
setHideConnectorLines(java.lang.Boolean hideConnectorLines)
True to hide connector lines between columns.
|
WaterfallChartSpec |
setSeries(java.util.List<WaterfallChartSeries> series)
The data this waterfall chart is visualizing.
|
WaterfallChartSpec |
setStackedType(java.lang.String stackedType)
The stacked type.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic LineStyle getConnectorLineStyle()
null for nonepublic WaterfallChartSpec setConnectorLineStyle(LineStyle connectorLineStyle)
connectorLineStyle - connectorLineStyle or null for nonepublic WaterfallChartDomain getDomain()
null for nonepublic WaterfallChartSpec setDomain(WaterfallChartDomain domain)
domain - domain or null for nonepublic java.lang.Boolean getFirstValueIsTotal()
null for nonepublic WaterfallChartSpec setFirstValueIsTotal(java.lang.Boolean firstValueIsTotal)
firstValueIsTotal - firstValueIsTotal or null for nonepublic java.lang.Boolean getHideConnectorLines()
null for nonepublic WaterfallChartSpec setHideConnectorLines(java.lang.Boolean hideConnectorLines)
hideConnectorLines - hideConnectorLines or null for nonepublic java.util.List<WaterfallChartSeries> getSeries()
null for nonepublic WaterfallChartSpec setSeries(java.util.List<WaterfallChartSeries> series)
series - series or null for nonepublic java.lang.String getStackedType()
null for nonepublic WaterfallChartSpec setStackedType(java.lang.String stackedType)
stackedType - stackedType or null for nonepublic WaterfallChartSpec set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic WaterfallChartSpec clone()
clone in class com.google.api.client.json.GenericJson