* @function Graphic.prototype.setAttributes * @description 设置属性信息。 * @param {Object} [attributes] - 属性信息。
(attributes)
| 96 | * @param {Object} [attributes] - 属性信息。 |
| 97 | */ |
| 98 | setAttributes(attributes) { |
| 99 | this.attributes = Util.extend({}, this.attributes, attributes); |
| 100 | } |
| 101 | |
| 102 | /** |
| 103 | * @function Graphic.prototype.getAttributes |
no test coverage detected