new Stroke
Stability: not documented
Parameters:
| Name | Type | Argument | Description |
|---|---|---|---|
options |
olx.style.StrokeOptions |
<optional> |
Options. |
- Source:
- strokestyle.js, line 11
Methods
-
getColor
Stability: not documented -
- Source:
- strokestyle.js, line 56
Returns:
Color.
- Type
- ol.Color | string
-
getLineCap
Stability: not documented -
- Source:
- strokestyle.js, line 64
Returns:
Line cap.
- Type
- string | undefined
-
getLineDash
Stability: not documented -
- Source:
- strokestyle.js, line 72
Returns:
Line dash.
- Type
- Array.<number>
-
getLineJoin
Stability: not documented -
- Source:
- strokestyle.js, line 80
Returns:
Line join.
- Type
- string | undefined
-
getMiterLimit
Stability: not documented -
- Source:
- strokestyle.js, line 88
Returns:
Miter limit.
- Type
- number | undefined
-
getWidth
Stability: not documented -
- Source:
- strokestyle.js, line 96
Returns:
Width.
- Type
- number | undefined
OpenLayers 3