public static enum GraphConstants.AnnotationPosition extends java.lang.Enum<GraphConstants.AnnotationPosition>
Enum Constant and Description |
---|
ABSOLUTE |
DATA_VALUE |
PERCENTAGE |
Modifier and Type | Method and Description |
---|---|
static GraphConstants.AnnotationPosition |
convertStringToEnum(java.lang.String type) |
static GraphConstants.AnnotationPosition |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GraphConstants.AnnotationPosition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GraphConstants.AnnotationPosition DATA_VALUE
public static final GraphConstants.AnnotationPosition ABSOLUTE
public static final GraphConstants.AnnotationPosition PERCENTAGE
public static GraphConstants.AnnotationPosition[] values()
for (GraphConstants.AnnotationPosition c : GraphConstants.AnnotationPosition.values()) System.out.println(c);
public static GraphConstants.AnnotationPosition 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 nullpublic static GraphConstants.AnnotationPosition convertStringToEnum(java.lang.String type)