# new SizeStop(options) size视觉变量 参数: 名称 类型 描述 options Object 初始化参数 size Number 符号大小,单位像素 value Number 数值 label String 视觉变量分段描述 查看源代码 common/document/renderer/visualVariable/support/SizeStop.js, line 3 成员变量 类型: String # label 视觉变量分段描述 查看源代码 common/document/renderer/visualVariable/support/SizeStop.js, line 25 类型: Number # size 符号大小,单位像素 查看源代码 common/document/renderer/visualVariable/support/SizeStop.js, line 15 类型: Number # value 数值 查看源代码 common/document/renderer/visualVariable/support/SizeStop.js, line 20 方法 # static fromJSON() 通过json构造SizeStop对象 查看源代码 common/document/renderer/visualVariable/support/SizeStop.js, line 36 返回值: json对象 类型: SizeStop # clone() 克隆对象 查看源代码 common/document/renderer/visualVariable/support/SizeStop.js, line 56 返回值: 克隆后的SizeStop对象 类型: SizeStop # toJSON() 导出为json对象 查看源代码 common/document/renderer/visualVariable/support/SizeStop.js, line 44 返回值: json对象 类型: Object