@@ -52,7 +52,7 @@ export class ShapeFactory {
5252
5353
5454 /**
55- * @function FeatureShapeFactory.prototype.destroy
55+ * @function FeatureShapeFactory.prototype.destroy
5656 * @description 销毁图形工厂类对象。
5757 */
5858 destroy ( ) {
@@ -61,7 +61,7 @@ export class ShapeFactory {
6161
6262
6363 /**
64- * @function FeatureShapeFactory.prototype.createShape
64+ * @function FeatureShapeFactory.prototype.createShape
6565 * @description 创建一个图形。具体图形由 shapeParameters 决定。
6666 * @param {Object } shapeParameters - 图形参数对象,<{@link ShapeParameters}> 子类对象。
6767 * 此参数可选,如果使用此参数(不为 null),shapeParameters 属性值将被修改为参数的值,然后再使用 shapeParameters 属性值创建图形;
@@ -255,7 +255,7 @@ export class ShapeFactory {
255255
256256
257257 /**
258- * @function FeatureShapeFactory.prototype.transformStyle
258+ * @function FeatureShapeFactory.prototype.transformStyle
259259 * @description 将用户 feature.style (类 Svg style 标准) 的样式,转换为 levelRenderer 的样式标准(类 CSS-Canvas 样式)
260260 * @param {Object } style - 用户 style。
261261 * @returns {Object } 符合 levelRenderer 的 style。
@@ -368,7 +368,7 @@ export class ShapeFactory {
368368 }
369369
370370 /**
371- * @function FeatureShapeFactory.prototype.Background
371+ * @function FeatureShapeFactory.prototype.Background
372372 * @description 创建一个矩形背景框图形对象。
373373 * @param {FeatureShapeFactory } shapeFactory - 图形工厂对象。
374374 * @param {Array.<number> } box - 框区域,长度为 4 的一维数组,像素坐标,[left, bottom, right, top]。
@@ -406,7 +406,7 @@ export class ShapeFactory {
406406 }
407407
408408 /**
409- * @function FeatureShapeFactory.prototype.GraphAxis
409+ * @function FeatureShapeFactory.prototype.GraphAxis
410410 * @description 创建一个统计图表坐标轴图形对象组。
411411 * @param {FeatureShapeFactory } shapeFactory - 图形工厂对象。
412412 * @param {Array.<number> } dataViewBox - 统计图表模型的数据视图框,长度为 4 的一维数组,像素坐标,[left, bottom, right, top]。
@@ -751,7 +751,7 @@ export class ShapeFactory {
751751 }
752752
753753 /**
754- * @function FeatureShapeFactory.prototype.ShapeStyleTool
754+ * @function FeatureShapeFactory.prototype.ShapeStyleTool
755755 * @description 一个图形 style 处理工具。此工具将指定的默认 style,通用 style,按 styleGroup 取得的 style 和按数据值 value 范围取得的 style 进行合并,得到图形最终的 style。
756756 * @param {Object } defaultStyle - 默认style,此样式对象可设属性根据图形类型参考 <{@link ShapeParameters}> 子类对象的 style 属性。
757757 * @param {Object } style - 图形对象基础 style,此参数控制图形的基础样式,可设属性根据图形类型参考 <{@link ShapeParameters}> 子类对象的 style 属性。优先级低于 styleGroup,styleByCodomain。
0 commit comments