| 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 |
LineStyle.getLabel()
Label style for the line.
|
LabelStyle |
LabelStyle.set(java.lang.String fieldName,
java.lang.Object value) |
LabelStyle |
LabelStyle.setColor(java.lang.String color)
Color of the text.
|
LabelStyle |
LabelStyle.setColumn(java.lang.String column)
The column value of the feature to be displayed.
|
LabelStyle |
LabelStyle.setFontStyle(java.lang.String fontStyle)
Font style of the label, defaults to 'normal'.
|
LabelStyle |
LabelStyle.setFontWeight(java.lang.String fontWeight)
Font weight of the label, defaults to 'normal'.
|
LabelStyle |
LabelStyle.setOpacity(java.lang.Double opacity)
Opacity of the text.
|
LabelStyle |
LabelStyle.setOutline(Color outline)
Outline color of the text.
|
LabelStyle |
LabelStyle.setSize(java.lang.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.
|
LineStyle |
LineStyle.setLabel(LabelStyle label)
Label style for the line.
|