| Package | Description |
|---|---|
| com.google.api.services.mapsengine.model |
| Modifier and Type | Method and Description |
|---|---|
Color |
Color.clone() |
Color |
PolygonStyle.getFill()
Fill color of the polygon.
|
Color |
LabelStyle.getOutline()
Outline color of the text.
|
Color |
Color.set(java.lang.String fieldName,
java.lang.Object value) |
Color |
Color.setColor(java.lang.String color)
The CSS style color, can be in format of "red" or "#7733EE".
|
Color |
Color.setOpacity(java.lang.Double opacity)
Opacity ranges from 0 to 1, inclusive.
|
| Modifier and Type | Method and Description |
|---|---|
PolygonStyle |
PolygonStyle.setFill(Color fill)
Fill color of the polygon.
|
LabelStyle |
LabelStyle.setOutline(Color outline)
Outline color of the text.
|