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

View File

@@ -22,6 +22,7 @@ ol.layer.VectorProperty = {
* @fires {@link ol.render.Event} ol.render.Event
* @param {olx.layer.VectorOptions=} opt_options Options.
* @todo stability experimental
* @todo api
*/
ol.layer.Vector = function(opt_options) {
@@ -70,6 +71,7 @@ ol.layer.Vector.prototype.getRenderOrder = function() {
* option at construction or to the `setStyle` method.
* @return {ol.style.Style|Array.<ol.style.Style>|ol.feature.StyleFunction}
* Layer style.
* @todo api
*/
ol.layer.Vector.prototype.getStyle = function() {
return this.style_;
@@ -80,6 +82,7 @@ ol.layer.Vector.prototype.getStyle = function() {
* Get the style function.
* @return {ol.feature.StyleFunction|undefined} Layer style function.
* @todo stability experimental
* @todo api
*/
ol.layer.Vector.prototype.getStyleFunction = function() {
return this.styleFunction_;
@@ -102,6 +105,7 @@ ol.layer.Vector.prototype.setRenderOrder = function(renderOrder) {
* @param {ol.style.Style|Array.<ol.style.Style>|ol.feature.StyleFunction} style
* Layer style.
* @todo stability experimental
* @todo api
*/
ol.layer.Vector.prototype.setStyle = function(style) {
this.style_ = style;