public final class PolygonStyle 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-api-java-client/wiki/Json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
PolygonStyle() |
| Modifier and Type | Method and Description |
|---|---|
PolygonStyle |
clone() |
Color |
getFill()
Fill color of the polygon.
|
Border |
getStroke()
Border of the polygon.
|
PolygonStyle |
set(String fieldName,
Object value) |
PolygonStyle |
setFill(Color fill)
Fill color of the polygon.
|
PolygonStyle |
setStroke(Border stroke)
Border of the polygon.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic Color getFill()
null for nonepublic PolygonStyle setFill(Color fill)
fill - fill or null for nonepublic Border getStroke()
null for nonepublic PolygonStyle setStroke(Border stroke)
stroke - stroke or null for nonepublic PolygonStyle set(String fieldName, Object value)
set in class GenericJsonpublic PolygonStyle clone()
clone in class GenericJson