public class LineDashType extends Enum
限定符和类型 | 字段和说明 |
---|---|
static LineDashType |
DASH
虚短线类型
|
static LineDashType |
DASHDOT
由一个短线和一个点线为一个单元组成的虚线类型
|
static LineDashType |
DASHDOTDOT
由一个短线和两个点线为一个单元组成的虚线类型
|
static LineDashType |
DOT
虚点线类型
|
static LineDashType |
SOLID
实线类型
|
public static final LineDashType SOLID
public static final LineDashType DASH
public static final LineDashType DOT
public static final LineDashType DASHDOT
public static final LineDashType DASHDOTDOT
Copyright © 2021–2024 SuperMap. All rights reserved.