| Package | Description |
|---|---|
| com.google.api.services.mapsengine.model |
| Modifier and Type | Method and Description |
|---|---|
LineStyle |
LineStyle.clone() |
LineStyle |
DisplayRule.getLineOptions()
Style applied to lines.
|
LineStyle |
LineStyle.set(String fieldName,
Object value) |
LineStyle |
LineStyle.setBorder(Border border)
Border of the line.
|
LineStyle |
LineStyle.setDash(List<Double> dash)
Dash defines the pattern of the line, the values are pixel lengths of alternating dash and gap.
|
LineStyle |
LineStyle.setLabel(LabelStyle label)
Label style for the line.
|
LineStyle |
LineStyle.setStroke(LineStyle.Stroke stroke)
Stroke of the line.
|
| Modifier and Type | Method and Description |
|---|---|
DisplayRule |
DisplayRule.setLineOptions(LineStyle lineOptions)
Style applied to lines.
|