* @function Graphic.prototype.update * @description 更新图层。
()
| 385 | * @description 更新图层。 |
| 386 | */ |
| 387 | update() { |
| 388 | this.renderer.update(this.graphics, this._getDefaultStyle()); |
| 389 | } |
| 390 | |
| 391 | _getDefaultStyle() { |
| 392 | const target = {}; |
no test coverage detected