MCPcopy Create free account
hub / github.com/SuperMap/iClient-JavaScript / _getWidth

Method _getWidth

src/common/overlay/levelRenderer/Painter.js:697–705  ·  view source on GitHub ↗

* Method: _getWidth *

()

Source from the content-addressed store, hash-verified

695 *
696 */
697 _getWidth() {
698 var root = this.root;
699 var stl = root.currentStyle
700 || document.defaultView.getComputedStyle(root);
701
702 return ((root.clientWidth || parseInt(stl.width, 10))
703 - parseInt(stl.paddingLeft, 10) // 请原谅我这比较粗暴
704 - parseInt(stl.paddingRight, 10)).toFixed(0) - 0;
705 }
706
707
708 /**

Callers 6

constructorMethod · 0.95
resizeMethod · 0.95
echarts-en.min.jsFile · 0.80
echarts.min.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected