Add ol.replay.Batch#getExtent

This commit is contained in:
Tom Payne
2013-11-06 12:07:12 +01:00
parent 530d8b67a3
commit 59ab8f0155

View File

@@ -59,6 +59,12 @@ ol.replay.Batch.prototype.beginPath = goog.abstractMethod;
ol.replay.Batch.prototype.draw = goog.abstractMethod;
/**
* @return {ol.Extent} Extent.
*/
ol.replay.Batch.prototype.getExtent = goog.abstractMethod;
/**
* @param {ol.replay.FillStyle} fillStyle Fill style.
*/