| Package | Description |
|---|---|
| com.google.api.services.mapsengine.model |
| Modifier and Type | Method and Description |
|---|---|
LabelStyle |
LabelStyle.clone() |
LabelStyle |
PointStyle.getLabel()
Label style for the point.
|
LabelStyle |
PolygonStyle.getLabel()
Label style for the polygon.
|
LabelStyle |
LineStyle.getLabel()
Label style for the line.
|
LabelStyle |
LabelStyle.set(String fieldName,
Object value) |
LabelStyle |
LabelStyle.setColor(String color)
Color of the text.
|
LabelStyle |
LabelStyle.setColumn(String column)
The column value of the feature to be displayed.
|
LabelStyle |
LabelStyle.setFontStyle(String fontStyle)
Font style of the label, defaults to 'normal'.
|
LabelStyle |
LabelStyle.setFontWeight(String fontWeight)
Font weight of the label, defaults to 'normal'.
|
LabelStyle |
LabelStyle.setOpacity(Double opacity)
Opacity of the text.
|
LabelStyle |
LabelStyle.setOutline(Color outline)
Outline color of the text.
|
LabelStyle |
LabelStyle.setSize(Double size)
Font size of the label, in pixels.
|
| Modifier and Type | Method and Description |
|---|---|
PointStyle |
PointStyle.setLabel(LabelStyle label)
Label style for the point.
|
PolygonStyle |
PolygonStyle.setLabel(LabelStyle label)
Label style for the polygon.
|
LineStyle |
LineStyle.setLabel(LabelStyle label)
Label style for the line.
|