public final class ScalingFunction 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 Maps Engine API. For a detailed explanation see: http://code.google.com/p/google-http-java-client/wiki/JSON
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ScalingFunction() |
| Modifier and Type | Method and Description |
|---|---|
ScalingFunction |
clone() |
String |
getColumn()
Name of the numeric column used to scale a shape.
|
String |
getScalingType()
The type of scaling function to use.
|
SizeRange |
getSizeRange()
The range of shape sizes, in pixels.
|
ValueRange |
getValueRange()
The range of values to display across the size range.
|
ScalingFunction |
set(String fieldName,
Object value) |
ScalingFunction |
setColumn(String column)
Name of the numeric column used to scale a shape.
|
ScalingFunction |
setScalingType(String scalingType)
The type of scaling function to use.
|
ScalingFunction |
setSizeRange(SizeRange sizeRange)
The range of shape sizes, in pixels.
|
ScalingFunction |
setValueRange(ValueRange valueRange)
The range of values to display across the size range.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic String getColumn()
null for nonepublic ScalingFunction setColumn(String column)
column - column or null for nonepublic String getScalingType()
null for nonepublic ScalingFunction setScalingType(String scalingType)
scalingType - scalingType or null for nonepublic SizeRange getSizeRange()
null for nonepublic ScalingFunction setSizeRange(SizeRange sizeRange)
sizeRange - sizeRange or null for nonepublic ValueRange getValueRange()
null for nonepublic ScalingFunction setValueRange(ValueRange valueRange)
valueRange - valueRange or null for nonepublic ScalingFunction set(String fieldName, Object value)
set in class GenericJsonpublic ScalingFunction clone()
clone in class GenericJson