Annotations for exports

This commit is contained in:
Tim Schaub
2014-04-08 13:40:35 -06:00
parent 457cfe851a
commit fb497f5288
243 changed files with 456 additions and 451 deletions
+7
View File
@@ -18,6 +18,7 @@ goog.require('ol.style.Stroke');
* @param {olx.style.CircleOptions=} opt_options Options.
* @extends {ol.style.Image}
* @todo stability experimental
* @todo api
*/
ol.style.Circle = function(opt_options) {
@@ -82,6 +83,7 @@ goog.inherits(ol.style.Circle, ol.style.Image);
/**
* @inheritDoc
* @todo api
*/
ol.style.Circle.prototype.getAnchor = function() {
return this.anchor_;
@@ -90,6 +92,7 @@ ol.style.Circle.prototype.getAnchor = function() {
/**
* @return {ol.style.Fill} Fill style.
* @todo api
*/
ol.style.Circle.prototype.getFill = function() {
return this.fill_;
@@ -106,6 +109,7 @@ ol.style.Circle.prototype.getHitDetectionImage = function(pixelRatio) {
/**
* @inheritDoc
* @todo api
*/
ol.style.Circle.prototype.getImage = function(pixelRatio) {
return this.canvas_;
@@ -122,6 +126,7 @@ ol.style.Circle.prototype.getImageState = function() {
/**
* @return {number} Radius.
* @todo api
*/
ol.style.Circle.prototype.getRadius = function() {
return this.radius_;
@@ -130,6 +135,7 @@ ol.style.Circle.prototype.getRadius = function() {
/**
* @inheritDoc
* @todo api
*/
ol.style.Circle.prototype.getSize = function() {
return this.size_;
@@ -138,6 +144,7 @@ ol.style.Circle.prototype.getSize = function() {
/**
* @return {ol.style.Stroke} Stroke style.
* @todo api
*/
ol.style.Circle.prototype.getStroke = function() {
return this.stroke_;