public final class WaterfallChartSpec extends 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
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
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.
|
Boolean |
getFirstValueIsTotal()
True to interpret the first value as a total.
|
Boolean |
getHideConnectorLines()
True to hide connector lines between columns.
|
List<WaterfallChartSeries> |
getSeries()
The data this waterfall chart is visualizing.
|
String |
getStackedType()
The stacked type.
|
WaterfallChartSpec |
set(String fieldName,
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(Boolean firstValueIsTotal)
True to interpret the first value as a total.
|
WaterfallChartSpec |
setHideConnectorLines(Boolean hideConnectorLines)
True to hide connector lines between columns.
|
WaterfallChartSpec |
setSeries(List<WaterfallChartSeries> series)
The data this waterfall chart is visualizing.
|
WaterfallChartSpec |
setStackedType(String stackedType)
The stacked type.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public 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 Boolean getFirstValueIsTotal()
null
for nonepublic WaterfallChartSpec setFirstValueIsTotal(Boolean firstValueIsTotal)
firstValueIsTotal
- firstValueIsTotal or null
for nonepublic Boolean getHideConnectorLines()
null
for nonepublic WaterfallChartSpec setHideConnectorLines(Boolean hideConnectorLines)
hideConnectorLines
- hideConnectorLines or null
for nonepublic List<WaterfallChartSeries> getSeries()
null
for nonepublic WaterfallChartSpec setSeries(List<WaterfallChartSeries> series)
series
- series or null
for nonepublic String getStackedType()
null
for nonepublic WaterfallChartSpec setStackedType(String stackedType)
stackedType
- stackedType or null
for nonepublic WaterfallChartSpec set(String fieldName, Object value)
set
in class GenericJson
public WaterfallChartSpec clone()
clone
in class GenericJson
Copyright © 2011–2019 Google. All rights reserved.