public final class BasicChartAxis 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: http://code.google.com/p/google-http-java-client/wiki/JSON
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.
|
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.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
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 BasicChartAxis set(String fieldName, Object value)
set
in class GenericJson
public BasicChartAxis clone()
clone
in class GenericJson