com.supermap.web.iServerJava2.themeServices
public class LabelBackShape
继承 LabelBackShape Inheritance Object

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



公共常量
  常量 定义方
    DIAMOUND : int = 4
[static] 菱形背景,即标签背景的形状为菱形。对应值为4。
LabelBackShape
    ELLIPSE : int = 3
[static] 椭圆形背景,即标签背景的形状为椭圆形。对应值为3。
LabelBackShape
    MARKER : int = 100
[static] 符号背景,即标签背景的形状为设定的符号。对应值为100。
LabelBackShape
    NONE : int = 0
[static] 空背景,即不使用任何形状作为标签的背景。此为默认值。对应值为 0。
LabelBackShape
    RECT : int = 1
[static] =矩形背景,即标签背景的形状为矩形。对应值为1。
LabelBackShape
    ROUND_RECT : int = 2
[static] 圆角矩形背,即标签背景的形状为圆角矩形。对应值为2。
LabelBackShape
    TRIANGLE : int = 5
[static] 三角形背景,即标签背景的形状为三角形。对应值为5。
LabelBackShape
常量描述
DIAMOUND 常量
public static const DIAMOUND:int = 4

菱形背景,即标签背景的形状为菱形。对应值为4。

ELLIPSE 常量  
public static const ELLIPSE:int = 3

椭圆形背景,即标签背景的形状为椭圆形。对应值为3。

MARKER 常量  
public static const MARKER:int = 100

符号背景,即标签背景的形状为设定的符号。对应值为100。

NONE 常量  
public static const NONE:int = 0

空背景,即不使用任何形状作为标签的背景。此为默认值。对应值为 0。

RECT 常量  
public static const RECT:int = 1

=矩形背景,即标签背景的形状为矩形。对应值为1。

ROUND_RECT 常量  
public static const ROUND_RECT:int = 2

圆角矩形背,即标签背景的形状为圆角矩形。对应值为2。

TRIANGLE 常量  
public static const TRIANGLE:int = 5

三角形背景,即标签背景的形状为三角形。对应值为5。