Methods
(async, static) createObj() → {Promise.<SimpleLabel>}
创建一个新的SimpleLabel对象
- Source:
Returns:
- Type
- Promise.<SimpleLabel>
(async, static) getInfo() → {Promise.<LabelInfo>}
获取缺省的标注信息
- Source:
Returns:
- Type
- Promise.<LabelInfo>
(async, static) setInfo(labelInfo) → {Promise.<Void>}
设置缺省的标注信息
Parameters:
| Name | Type | Description |
|---|---|---|
labelInfo |
Object | 标注信息 |
- Source:
Returns:
- Type
- Promise.<Void>