Serializable, Comparable<ScaleBarType>public enum ScaleBarType extends Enum<ScaleBarType>
| 枚举常量 | 说明 |
|---|---|
ALTERNATING_BAR |
|
SCALELINE_1 |
|
SCALELINE_2 |
public static final ScaleBarType SCALELINE_1
public static final ScaleBarType SCALELINE_2
public static final ScaleBarType ALTERNATING_BAR
public static ScaleBarType[] values()
for (ScaleBarType c : ScaleBarType.values()) System.out.println(c);
public static ScaleBarType valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2019. All rights reserved.