public final class BubbleChartSpec
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
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
BubbleChartSpec() |
Modifier and Type | Method and Description |
---|---|
BubbleChartSpec |
clone() |
Color |
getBubbleBorderColor()
The bubble border color.
|
ColorStyle |
getBubbleBorderColorStyle()
The bubble border color.
|
ChartData |
getBubbleLabels()
The data containing the bubble labels.
|
Integer |
getBubbleMaxRadiusSize()
The max radius size of the bubbles, in pixels.
|
Integer |
getBubbleMinRadiusSize()
The minimum radius size of the bubbles, in pixels.
|
Float |
getBubbleOpacity()
The opacity of the bubbles between 0 and 1.0.
|
ChartData |
getBubbleSizes()
The data containing the bubble sizes.
|
TextFormat |
getBubbleTextStyle()
The format of the text inside the bubbles.
|
ChartData |
getDomain()
The data containing the bubble x-values.
|
ChartData |
getGroupIds()
The data containing the bubble group IDs.
|
String |
getLegendPosition()
Where the legend of the chart should be drawn.
|
ChartData |
getSeries()
The data containing the bubble y-values.
|
BubbleChartSpec |
set(String fieldName,
Object value) |
BubbleChartSpec |
setBubbleBorderColor(Color bubbleBorderColor)
The bubble border color.
|
BubbleChartSpec |
setBubbleBorderColorStyle(ColorStyle bubbleBorderColorStyle)
The bubble border color.
|
BubbleChartSpec |
setBubbleLabels(ChartData bubbleLabels)
The data containing the bubble labels.
|
BubbleChartSpec |
setBubbleMaxRadiusSize(Integer bubbleMaxRadiusSize)
The max radius size of the bubbles, in pixels.
|
BubbleChartSpec |
setBubbleMinRadiusSize(Integer bubbleMinRadiusSize)
The minimum radius size of the bubbles, in pixels.
|
BubbleChartSpec |
setBubbleOpacity(Float bubbleOpacity)
The opacity of the bubbles between 0 and 1.0.
|
BubbleChartSpec |
setBubbleSizes(ChartData bubbleSizes)
The data containing the bubble sizes.
|
BubbleChartSpec |
setBubbleTextStyle(TextFormat bubbleTextStyle)
The format of the text inside the bubbles.
|
BubbleChartSpec |
setDomain(ChartData domain)
The data containing the bubble x-values.
|
BubbleChartSpec |
setGroupIds(ChartData groupIds)
The data containing the bubble group IDs.
|
BubbleChartSpec |
setLegendPosition(String legendPosition)
Where the legend of the chart should be drawn.
|
BubbleChartSpec |
setSeries(ChartData series)
The data containing the bubble y-values.
|
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 Color getBubbleBorderColor()
null
for nonepublic BubbleChartSpec setBubbleBorderColor(Color bubbleBorderColor)
bubbleBorderColor
- bubbleBorderColor or null
for nonepublic ColorStyle getBubbleBorderColorStyle()
null
for nonepublic BubbleChartSpec setBubbleBorderColorStyle(ColorStyle bubbleBorderColorStyle)
bubbleBorderColorStyle
- bubbleBorderColorStyle or null
for nonepublic ChartData getBubbleLabels()
null
for nonepublic BubbleChartSpec setBubbleLabels(ChartData bubbleLabels)
bubbleLabels
- bubbleLabels or null
for nonepublic Integer getBubbleMaxRadiusSize()
null
for nonepublic BubbleChartSpec setBubbleMaxRadiusSize(Integer bubbleMaxRadiusSize)
bubbleMaxRadiusSize
- bubbleMaxRadiusSize or null
for nonepublic Integer getBubbleMinRadiusSize()
null
for nonepublic BubbleChartSpec setBubbleMinRadiusSize(Integer bubbleMinRadiusSize)
bubbleMinRadiusSize
- bubbleMinRadiusSize or null
for nonepublic Float getBubbleOpacity()
null
for nonepublic BubbleChartSpec setBubbleOpacity(Float bubbleOpacity)
bubbleOpacity
- bubbleOpacity or null
for nonepublic ChartData getBubbleSizes()
null
for nonepublic BubbleChartSpec setBubbleSizes(ChartData bubbleSizes)
bubbleSizes
- bubbleSizes or null
for nonepublic TextFormat getBubbleTextStyle()
null
for nonepublic BubbleChartSpec setBubbleTextStyle(TextFormat bubbleTextStyle)
bubbleTextStyle
- bubbleTextStyle or null
for nonepublic ChartData getDomain()
null
for nonepublic BubbleChartSpec setDomain(ChartData domain)
domain
- domain or null
for nonepublic ChartData getGroupIds()
null
for nonepublic BubbleChartSpec setGroupIds(ChartData groupIds)
groupIds
- groupIds or null
for nonepublic String getLegendPosition()
null
for nonepublic BubbleChartSpec setLegendPosition(String legendPosition)
legendPosition
- legendPosition or null
for nonepublic ChartData getSeries()
null
for nonepublic BubbleChartSpec setSeries(ChartData series)
series
- series or null
for nonepublic BubbleChartSpec set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public BubbleChartSpec clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.