Package | Description |
---|---|
com.gwidgets.api.leaflet.options |
Modifier and Type | Method and Description |
---|---|
PolylineOptions.Builder |
PolylineOptions.Builder.className(java.lang.String className)
Custom class name set on an element.
|
PolylineOptions.Builder |
PolylineOptions.Builder.clickable(java.lang.Boolean clickable)
If false, the vector will not emit mouse events and will act as a
part of the underlying map.
|
PolylineOptions.Builder |
PolylineOptions.Builder.color(java.lang.String color)
Stroke color.
|
PolylineOptions.Builder |
PolylineOptions.Builder.dashArray(java.lang.String dashArray)
A string that defines the stroke
dash pattern.
|
PolylineOptions.Builder |
PolylineOptions.Builder.fill(java.lang.Boolean fill)
Whether to fill the path with color.
|
PolylineOptions.Builder |
PolylineOptions.Builder.fillColor(java.lang.String fillColor)
Fill color.
|
PolylineOptions.Builder |
PolylineOptions.Builder.fillOpacity(java.lang.Number fillOpacity)
Fill opacity.
|
PolylineOptions.Builder |
PolylineOptions.Builder.fillRule(java.lang.String fillRule)
A string that defines how the inside of a shape is determined.
|
PolylineOptions.Builder |
PolylineOptions.Builder.lineCap(java.lang.String lineCap)
A string that defines
shape to be used at the end of the stroke.
|
PolylineOptions.Builder |
PolylineOptions.Builder.lineJoin(java.lang.String lineJoin)
A string that defines
shape to be used at the corners of the stroke.
|
PolylineOptions.Builder |
PolylineOptions.Builder.opacity(java.lang.Number opacity)
Stroke opacity.
|
PolylineOptions.Builder |
PolylineOptions.Builder.pointerEvents(java.lang.String pointerEvents)
Sets the pointer-events attribute on the path if SVG backend is used.
|
PolylineOptions.Builder |
PolylineOptions.Builder.stroke(java.lang.Boolean stroke)
Whether to draw stroke along the path.
|
PolylineOptions.Builder |
PolylineOptions.Builder.weight(java.lang.Number weight)
Stroke width in pixels.
|