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