Style docs

This commit is contained in:
Tim Schaub
2015-04-04 17:35:38 +02:00
parent 02c4c8b360
commit 50f71655e5
8 changed files with 44 additions and 3 deletions
+6
View File
@@ -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
*/