Class: ThemeLabelBackground

ThemeLabelBackground

标签背景风格类。通过该类可以设置标签的背景形状和风格。

new SuperMap.ThemeLabelBackground(options)

common/iServer/ThemeLabelBackground.js, line 5
Name Type Description
options Object

可选参数。如:
labelBackShape - {SuperMap.LabelBackShape} 标签专题图中标签背景风格。
backStyle - {SuperMap.ServerStyle} 标签专题图中标签背景的形状枚举类。

Members

标签专题图中标签背景的形状枚举类。背景类型可 以是矩形、圆角矩形、菱形、椭圆形、三角形和符号等,默认为 SuperMap.LabelBackShape.NONE, 即不使用任何的形状作为标签的背景。

labelBackShapeSuperMap.LabelBackShape

标签专题图中标签背景风格。当背景形状 labelBackShape 属性设为 NONE(即无背景形状) 时,backStyle 属性无效。

Methods

staticSuperMap.ThemeLabelBackground.fromObj(obj){SuperMap.ThemeLabelBackground}

common/iServer/ThemeLabelBackground.js, line 50

从传入对象获取标签背景风格类。

Name Type Description
obj Object

传入对象

Returns:
Type Description
SuperMap.ThemeLabelBackground ThemeLabelBackground对象

destroy()

common/iServer/ThemeLabelBackground.js, line 37

释放资源,将引用资源的属性置空。