public enum LineLabelPosition extends Enum<LineLabelPosition> implements Key
Enum Constant and Description |
---|
BOTTOM
the bottom property sets the bottom edge of line label its normal position.
|
CENTER
The center property sets the center of line label its normal position.
|
LEFT
the left property sets the left edge of line label to its normal position.
|
RIGHT
the right property sets the right edge of line label to its normal position.
|
TOP
The top property sets the top edge of line label its normal position.
|
Modifier and Type | Method and Description |
---|---|
String |
value()
Returns the name value of property
|
static LineLabelPosition |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LineLabelPosition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
checkIfValid, compare, create, equals, getKeyByValue, getKeyByValue, hasKeyByValue, isValid
public static final LineLabelPosition CENTER
public static final LineLabelPosition TOP
public static final LineLabelPosition LEFT
public static final LineLabelPosition BOTTOM
public static final LineLabelPosition RIGHT
public static LineLabelPosition[] values()
for (LineLabelPosition c : LineLabelPosition.values()) System.out.println(c);
public static LineLabelPosition 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 null