| Package | Description |
|---|---|
| com.google.api.services.mapsengine.model |
| Modifier and Type | Method and Description |
|---|---|
LineStyle.Stroke |
LineStyle.Stroke.clone() |
LineStyle.Stroke |
LineStyle.getStroke()
Stroke of the line.
|
LineStyle.Stroke |
LineStyle.Stroke.set(String fieldName,
Object value) |
LineStyle.Stroke |
LineStyle.Stroke.setColor(String color)
Color of the line.
|
LineStyle.Stroke |
LineStyle.Stroke.setOpacity(Double opacity)
Opacity of the line.
|
LineStyle.Stroke |
LineStyle.Stroke.setWidth(Double width)
Width of the line, in pixels.
|
| Modifier and Type | Method and Description |
|---|---|
LineStyle |
LineStyle.setStroke(LineStyle.Stroke stroke)
Stroke of the line.
|