new Stroke(opt_options)
Name | Type | Description | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Options.
|
Methods
-
Clones the style.
Returns:
The cloned style.
-
Get the stroke color.
Returns:
Color.
-
getLineCap(){CanvasLineCap|undefined}
style/Stroke.js, line 113 -
Get the line cap type for the stroke.
Returns:
Line cap.
-
getLineDash(){Array.<number>}
style/Stroke.js, line 122 -
Get the line dash style for the stroke.
Returns:
Line dash.
-
getLineDashOffset(){number|undefined}
style/Stroke.js, line 131 -
Get the line dash offset for the stroke.
Returns:
Line dash offset.
-
getLineJoin(){CanvasLineJoin|undefined}
style/Stroke.js, line 140 -
Get the line join type for the stroke.
Returns:
Line join.
-
getMiterLimit(){number|undefined}
style/Stroke.js, line 149 -
Get the miter limit for the stroke.
Returns:
Miter limit.
-
getWidth(){number|undefined}
style/Stroke.js, line 158 -
Get the stroke width.
Returns:
Width.
-
setColor(color)
style/Stroke.js, line 168 -
Set the color.
Name Type Description color
module:ol/color~Color | module:ol/colorlike~ColorLike Color.
-
setLineCap(lineCap)
style/Stroke.js, line 178 -
Set the line cap.
Name Type Description lineCap
CanvasLineCap | undefined Line cap.
-
setLineDash(lineDash)
style/Stroke.js, line 194 -
Set the line dash.
Please note that Internet Explorer 10 and lower do not support the
setLineDash
method on theCanvasRenderingContext2D
and therefore this property will have no visual effect in these browsers.Name Type Description lineDash
Array.<number> Line dash.
-
setLineDashOffset(lineDashOffset)
style/Stroke.js, line 204 -
Set the line dash offset.
Name Type Description lineDashOffset
number | undefined Line dash offset.
-
setLineJoin(lineJoin)
style/Stroke.js, line 214 -
Set the line join.
Name Type Description lineJoin
CanvasLineJoin | undefined Line join.
-
setMiterLimit(miterLimit)
style/Stroke.js, line 224 -
Set the miter limit.
Name Type Description miterLimit
number | undefined Miter limit.
-
setWidth(width)
style/Stroke.js, line 234 -
Set the width.
Name Type Description width
number | undefined Width.