* @function Graphic.prototype.getStyle * @description 获取样式。 * @returns {Object} 点样式。
()
| 87 | * @returns {Object} 点样式。 |
| 88 | */ |
| 89 | getStyle() { |
| 90 | return this.style; |
| 91 | } |
| 92 | |
| 93 | /** |
| 94 | * @function Graphic.prototype.setAttributes |
no outgoing calls
no test coverage detected