Style docs
This commit is contained in:
@@ -68,6 +68,7 @@ ol.style.Stroke = function(opt_options) {
|
||||
|
||||
|
||||
/**
|
||||
* Get the stroke color.
|
||||
* @return {ol.Color|string} Color.
|
||||
* @api
|
||||
*/
|
||||
@@ -77,6 +78,7 @@ ol.style.Stroke.prototype.getColor = function() {
|
||||
|
||||
|
||||
/**
|
||||
* Get the line cap type for the stroke.
|
||||
* @return {string|undefined} Line cap.
|
||||
* @api
|
||||
*/
|
||||
@@ -86,6 +88,7 @@ ol.style.Stroke.prototype.getLineCap = function() {
|
||||
|
||||
|
||||
/**
|
||||
* Get the line dash style for the stroke.
|
||||
* @return {Array.<number>} Line dash.
|
||||
* @api
|
||||
*/
|
||||
@@ -95,6 +98,7 @@ ol.style.Stroke.prototype.getLineDash = function() {
|
||||
|
||||
|
||||
/**
|
||||
* Get the line join type for the stroke.
|
||||
* @return {string|undefined} Line join.
|
||||
* @api
|
||||
*/
|
||||
@@ -104,6 +108,7 @@ ol.style.Stroke.prototype.getLineJoin = function() {
|
||||
|
||||
|
||||
/**
|
||||
* Get the miter limit for the stroke.
|
||||
* @return {number|undefined} Miter limit.
|
||||
* @api
|
||||
*/
|
||||
@@ -113,6 +118,7 @@ ol.style.Stroke.prototype.getMiterLimit = function() {
|
||||
|
||||
|
||||
/**
|
||||
* Get the stroke width.
|
||||
* @return {number|undefined} Width.
|
||||
* @api
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user