Class: ThemeLabelBackground

SuperMap.ThemeLabelBackground

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

new SuperMap.ThemeLabelBackground(options)

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

参数。

Name Type Default Description
labelBackShape SuperMap.LabelBackShape SuperMap.LabelBackShape.NONE 可选

标签专题图中标签背景风格。

backStyle SuperMap.ServerStyle SuperMap.LabelBackShape.NONE 可选

标签专题图中标签背景的形状枚举类。

Members

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

Default Value:
SuperMap.LabelBackShape.NON

labelBackShapeSuperMap.LabelBackShape

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

Default Value:
SuperMap.LabelBackShape.NONE

Methods

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

common/iServer/ThemeLabelBackground.js, line 54

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

Name Type Description
obj Object

传入对象。

Returns:
Type Description
SuperMap.ThemeLabelBackground ThemeLabelBackground 对象。

destroy()

common/iServer/ThemeLabelBackground.js, line 41

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