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

SizeStop.fromJSON(){SizeStop}

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

通过json构造SizeStop对象

Returns:
Type Description
SizeStop json对象

clone(){SizeStop}

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

克隆对象

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

toJSON(){Object}

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

导出为json对象

Returns:
Type Description
Object json对象