public final class BasicChartAxis
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 |
---|
BasicChartAxis() |
Modifier and Type | Method and Description |
---|---|
BasicChartAxis |
clone() |
TextFormat |
getFormat()
The format of the title.
|
String |
getPosition()
The position of this axis.
|
String |
getTitle()
The title of this axis.
|
TextPosition |
getTitleTextPosition()
The axis title text position.
|
ChartAxisViewWindowOptions |
getViewWindowOptions()
The view window options for this axis.
|
BasicChartAxis |
set(String fieldName,
Object value) |
BasicChartAxis |
setFormat(TextFormat format)
The format of the title.
|
BasicChartAxis |
setPosition(String position)
The position of this axis.
|
BasicChartAxis |
setTitle(String title)
The title of this axis.
|
BasicChartAxis |
setTitleTextPosition(TextPosition titleTextPosition)
The axis title text position.
|
BasicChartAxis |
setViewWindowOptions(ChartAxisViewWindowOptions viewWindowOptions)
The view window options for this axis.
|
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 TextFormat getFormat()
null
for nonepublic BasicChartAxis setFormat(TextFormat format)
format
- format or null
for nonepublic String getPosition()
null
for nonepublic BasicChartAxis setPosition(String position)
position
- position or null
for nonepublic String getTitle()
null
for nonepublic BasicChartAxis setTitle(String title)
title
- title or null
for nonepublic TextPosition getTitleTextPosition()
null
for nonepublic BasicChartAxis setTitleTextPosition(TextPosition titleTextPosition)
titleTextPosition
- titleTextPosition or null
for nonepublic ChartAxisViewWindowOptions getViewWindowOptions()
null
for nonepublic BasicChartAxis setViewWindowOptions(ChartAxisViewWindowOptions viewWindowOptions)
viewWindowOptions
- viewWindowOptions or null
for nonepublic BasicChartAxis set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public BasicChartAxis clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.