public enum AnnotationLineEndStyle extends Enum<AnnotationLineEndStyle>
Enum Constant and Description |
---|
LE_BUTT
Butt
|
LE_CIRCLE
Circle
|
LE_CLOSED_ARROW
Closed Arrow
|
LE_DIAMOND
Diamond
|
LE_NONE
None
|
LE_OPEN_ARROW
Open Arrow
|
LE_R_CLOSED_ARROW
Reversed Closed Arrow
|
LE_R_OPEN_ARROW
Reversed Open Arrow
|
LE_SLASH
Slash
|
LE_SQUARE
Square
|
Modifier and Type | Method and Description |
---|---|
static AnnotationLineEndStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnnotationLineEndStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnnotationLineEndStyle LE_SQUARE
public static final AnnotationLineEndStyle LE_CIRCLE
public static final AnnotationLineEndStyle LE_DIAMOND
public static final AnnotationLineEndStyle LE_OPEN_ARROW
public static final AnnotationLineEndStyle LE_CLOSED_ARROW
public static final AnnotationLineEndStyle LE_NONE
public static final AnnotationLineEndStyle LE_BUTT
public static final AnnotationLineEndStyle LE_R_OPEN_ARROW
public static final AnnotationLineEndStyle LE_R_CLOSED_ARROW
public static final AnnotationLineEndStyle LE_SLASH
public static AnnotationLineEndStyle[] values()
for (AnnotationLineEndStyle c : AnnotationLineEndStyle.values()) System.out.println(c);
public static AnnotationLineEndStyle valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2019. All rights reserved.