public enum Border20 extends java.lang.Enum<Border20>
Border20Map
Enum Constant and Description |
---|
CENTER
Center.
|
CORNER_DOWN_LEFT
Corner down left.
|
CORNER_DOWN_RIGHT
Corner down right.
|
CORNER_IN_DOWN_TOP
Corner in down top.
|
CORNER_IN_TOP_DOWN
Corner in top down.
|
CORNER_OUT_DOWN_TOP
Corner out down top.
|
CORNER_OUT_TOP_DOWN
Corner out top down.
|
CORNER_TOP_LEFT
Corner top left.
|
CORNER_TOP_RIGHT
Corner top right.
|
DOWN
Down.
|
DOWN_LEFT
Down left.
|
DOWN_MIDDLE
Down middle.
|
DOWN_RIGHT
Down right.
|
LEFT
Left.
|
LEFT_MIDDLE
Left middle.
|
NONE
None.
|
RIGHT
Right.
|
RIGHT_MIDDLE
Right middle.
|
TOP
Top.
|
TOP_LEFT
Top left.
|
TOP_MIDDLE
Top middle.
|
TOP_RIGHT
Top right.
|
UNKNOWN
Unknown.
|
Modifier and Type | Method and Description |
---|---|
static Border20 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Border20[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Border20 TOP
public static final Border20 RIGHT
public static final Border20 DOWN
public static final Border20 LEFT
public static final Border20 TOP_LEFT
public static final Border20 TOP_RIGHT
public static final Border20 DOWN_RIGHT
public static final Border20 DOWN_LEFT
public static final Border20 CORNER_TOP_LEFT
public static final Border20 CORNER_TOP_RIGHT
public static final Border20 CORNER_DOWN_RIGHT
public static final Border20 CORNER_DOWN_LEFT
public static final Border20 CORNER_OUT_TOP_DOWN
public static final Border20 CORNER_OUT_DOWN_TOP
public static final Border20 CORNER_IN_DOWN_TOP
public static final Border20 CORNER_IN_TOP_DOWN
public static final Border20 CENTER
public static final Border20 TOP_MIDDLE
public static final Border20 DOWN_MIDDLE
public static final Border20 RIGHT_MIDDLE
public static final Border20 LEFT_MIDDLE
public static final Border20 UNKNOWN
public static final Border20 NONE
public static Border20[] values()
for (Border20 c : Border20.values()) System.out.println(c);
public static Border20 valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is null