Class: SizeStop

SizeStop

new SizeStop(options)

document/renderer/visualVariable/support/SizeStop.js, line 3

size视觉变量

Name Type Description
options Object

初始化参数

Name Type Description
size Number 可选

符号大小,单位像素

value Number 可选

数值

label String 可选

视觉变量分段描述

Members

labelString

视觉变量分段描述

sizeNumber

符号大小,单位像素

valueNumber

数值

Methods

clone(){SizeStop}

document/renderer/visualVariable/support/SizeStop.js, line 57

克隆对象

Returns:
Type Description
SizeStop 克隆后的SizeStop对象

toJSON(){Object}

document/renderer/visualVariable/support/SizeStop.js, line 45

导出为 JSON 对象

Returns:
Type Description
Object JSON 对象

SizeStop.fromJSON(json){SizeStop}

document/renderer/visualVariable/support/SizeStop.js, line 37

通过 JSON 对象构造 SizeStop 对象

Name Type Description
json Object

JSON 对象

Returns:
Type Description
SizeStop SizeStop 对象