new ol.style.Stroke(opt_options) experimental
| Name | Type | Description | |||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Options.
|
||||||||||||||||||||||
Methods
-
Clones the style.
Returns:
The cloned style.
-
Get the stroke color.
Returns:
Color.
-
getLineCap(){string|undefined} experimental
src/ol/style/stroke.js, line 98 -
Get the line cap type for the stroke.
Returns:
Line cap.
-
getLineDash(){Array.<number>} experimental
src/ol/style/stroke.js, line 108 -
Get the line dash style for the stroke.
Returns:
Line dash.
-
getLineJoin(){string|undefined} experimental
src/ol/style/stroke.js, line 118 -
Get the line join type for the stroke.
Returns:
Line join.
-
getMiterLimit(){number|undefined} experimental
src/ol/style/stroke.js, line 128 -
Get the miter limit for the stroke.
Returns:
Miter limit.
-
getWidth(){number|undefined} experimental
src/ol/style/stroke.js, line 138 -
Get the stroke width.
Returns:
Width.
-
setColor(color) experimental
src/ol/style/stroke.js, line 149 -
Set the color.
Name Type Description colorol.Color | ol.ColorLike Color.
-
setLineCap(lineCap) experimental
src/ol/style/stroke.js, line 161 -
Set the line cap.
Name Type Description lineCapstring | undefined Line cap.
-
setLineDash(lineDash) experimental
src/ol/style/stroke.js, line 179 -
Set the line dash.
Please note that Internet Explorer 10 and lower do not support the
setLineDashmethod on theCanvasRenderingContext2Dand therefore this property will have no visual effect in these browsers.Name Type Description lineDashArray.<number> Line dash.
-
setLineJoin(lineJoin) experimental
src/ol/style/stroke.js, line 191 -
Set the line join.
Name Type Description lineJoinstring | undefined Line join.
-
setMiterLimit(miterLimit) experimental
src/ol/style/stroke.js, line 203 -
Set the miter limit.
Name Type Description miterLimitnumber | undefined Miter limit.
-
setWidth(width) experimental
src/ol/style/stroke.js, line 215 -
Set the width.
Name Type Description widthnumber | undefined Width.
OpenLayers 3