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
+4
View File
@@ -124,6 +124,7 @@ ol.style.Circle.prototype.getAnchor = function() {
/**
* Get the fill style for the circle.
* @return {ol.style.Fill} Fill style.
* @api
*/
@@ -141,6 +142,7 @@ ol.style.Circle.prototype.getHitDetectionImage = function(pixelRatio) {
/**
* Get the image used to render the circle.
* @param {number} pixelRatio Pixel ratio.
* @return {HTMLCanvasElement} Canvas element.
* @api
@@ -184,6 +186,7 @@ ol.style.Circle.prototype.getOrigin = function() {
/**
* Get the circle radius.
* @return {number} Radius.
* @api
*/
@@ -202,6 +205,7 @@ ol.style.Circle.prototype.getSize = function() {
/**
* Get the stroke style for the circle.
* @return {ol.style.Stroke} Stroke style.
* @api
*/