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