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

Method buildPath

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

* @function LevelRenderer.Shape.prototype.buildPath * @description 构建绘制的Path。子类必须重新实现此方法。 * * @param {CanvasRenderingContext2D} ctx - Context2D 上下文。 * @param {Object} style - 样式。

(ctx, style)

Source from the content-addressed store, hash-verified

528 * @param {Object} style - 样式。
529 */
530 buildPath(ctx, style) { // eslint-disable-line no-unused-vars
531 SUtil.Util_log('buildPath not implemented in ' + this.type);
532 }
533
534
535 /**

Callers 15

brushMethod · 0.95
SmicPolygonSpec.jsFile · 0.45
SmicRingSpec.jsFile · 0.45
SmicEllipseSpec.jsFile · 0.45
SmicPointSpec.jsFile · 0.45
SmicSectorSpec.jsFile · 0.45
SmicStarSpec.jsFile · 0.45
SmicCircleSpec.jsFile · 0.45
SmicIsogonSpec.jsFile · 0.45
doClipMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected