com.supermap.data
类 LineDashType
- java.lang.Object
-
- com.supermap.data.Enum
-
- com.supermap.data.LineDashType
-
public class LineDashType extends Enum
-
-
字段概要
字段 限定符和类型 字段和说明 static LineDashType
DASH
虚短线类型static LineDashType
DASHDOT
由一个短线和一个点线为一个单元组成的虚线类型static LineDashType
DASHDOTDOT
由一个短线和两个点线为一个单元组成的虚线类型static LineDashType
DOT
虚点线类型static LineDashType
SOLID
实线类型
-
-
-
字段详细资料
-
SOLID
public static final LineDashType SOLID
实线类型
-
DASH
public static final LineDashType DASH
虚短线类型
-
DOT
public static final LineDashType DOT
虚点线类型
-
DASHDOT
public static final LineDashType DASHDOT
由一个短线和一个点线为一个单元组成的虚线类型
-
DASHDOTDOT
public static final LineDashType DASHDOTDOT
由一个短线和两个点线为一个单元组成的虚线类型
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.