public static enum EdgeSegment.EdgeType extends java.lang.Enum<EdgeSegment.EdgeType>
Modifier and Type | Method and Description |
---|---|
static EdgeSegment.EdgeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EdgeSegment.EdgeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EdgeSegment.EdgeType TOP
public static final EdgeSegment.EdgeType BOTTOM
public static final EdgeSegment.EdgeType LEFT
public static final EdgeSegment.EdgeType RIGHT
public static EdgeSegment.EdgeType[] values()
for (EdgeSegment.EdgeType c : EdgeSegment.EdgeType.values()) System.out.println(c);
public static EdgeSegment.EdgeType 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