MCPcopy Index your code
hub / github.com/SuperMap/iClient-JavaScript / modSelf

Method modSelf

src/common/overlay/levelRenderer/Shape.js:785–793  ·  view source on GitHub ↗

* @function LevelRenderer.Shape.prototype.modSelf * @description 图形发生改变

()

Source from the content-addressed store, hash-verified

783 * @description 图形发生改变
784 */
785 modSelf() {
786 this.__dirty = true;
787 if (this.style) {
788 this.style.__rect = null;
789 }
790 if (this.highlightStyle) {
791 this.highlightStyle.__rect = null;
792 }
793 }
794
795
796 /**

Callers 4

ShapeSpec.jsFile · 0.45
constructorMethod · 0.45
modMethod · 0.45
addToMapMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected