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| Constructor and Description |
|---|
BubbleChartSpec() |
| Modifier and Type | Method and Description |
|---|---|
BubbleChartSpec |
clone() |
Color |
getBubbleBorderColor()
The bubble border color.
|
ChartData |
getBubbleLabels()
The data containing the bubble labels.
|
java.lang.Integer |
getBubbleMaxRadiusSize()
The max radius size of the bubbles, in pixels.
|
java.lang.Integer |
getBubbleMinRadiusSize()
The minimum radius size of the bubbles, in pixels.
|
java.lang.Float |
getBubbleOpacity()
The opacity of the bubbles between 0 and 1.0.
|
ChartData |
getBubbleSizes()
The data contianing 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.
|
java.lang.String |
getLegendPosition()
Where the legend of the chart should be drawn.
|
ChartData |
getSeries()
The data contianing the bubble y-values.
|
BubbleChartSpec |
set(java.lang.String fieldName,
java.lang.Object value) |
BubbleChartSpec |
setBubbleBorderColor(Color bubbleBorderColor)
The bubble border color.
|
BubbleChartSpec |
setBubbleLabels(ChartData bubbleLabels)
The data containing the bubble labels.
|
BubbleChartSpec |
setBubbleMaxRadiusSize(java.lang.Integer bubbleMaxRadiusSize)
The max radius size of the bubbles, in pixels.
|
BubbleChartSpec |
setBubbleMinRadiusSize(java.lang.Integer bubbleMinRadiusSize)
The minimum radius size of the bubbles, in pixels.
|
BubbleChartSpec |
setBubbleOpacity(java.lang.Float bubbleOpacity)
The opacity of the bubbles between 0 and 1.0.
|
BubbleChartSpec |
setBubbleSizes(ChartData bubbleSizes)
The data contianing 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(java.lang.String legendPosition)
Where the legend of the chart should be drawn.
|
BubbleChartSpec |
setSeries(ChartData series)
The data contianing the bubble y-values.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic Color getBubbleBorderColor()
null for nonepublic BubbleChartSpec setBubbleBorderColor(Color bubbleBorderColor)
bubbleBorderColor - bubbleBorderColor or null for nonepublic ChartData getBubbleLabels()
null for nonepublic BubbleChartSpec setBubbleLabels(ChartData bubbleLabels)
bubbleLabels - bubbleLabels or null for nonepublic java.lang.Integer getBubbleMaxRadiusSize()
null for nonepublic BubbleChartSpec setBubbleMaxRadiusSize(java.lang.Integer bubbleMaxRadiusSize)
bubbleMaxRadiusSize - bubbleMaxRadiusSize or null for nonepublic java.lang.Integer getBubbleMinRadiusSize()
null for nonepublic BubbleChartSpec setBubbleMinRadiusSize(java.lang.Integer bubbleMinRadiusSize)
bubbleMinRadiusSize - bubbleMinRadiusSize or null for nonepublic java.lang.Float getBubbleOpacity()
null for nonepublic BubbleChartSpec setBubbleOpacity(java.lang.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 java.lang.String getLegendPosition()
null for nonepublic BubbleChartSpec setLegendPosition(java.lang.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(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic BubbleChartSpec clone()
clone in class com.google.api.client.json.GenericJson