public enum LegendAlign extends java.lang.Enum<LegendAlign> implements Key
Enum Constant and Description |
---|
CENTER
the property sets the center alignment.
|
END
the property sets the end alignment.
|
START
the property sets the start alignment.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getHorizontalAlignmentValue()
Returns the CSS value for horizontal alignment into HTML element style.
|
java.lang.String |
value()
Returns the name value of property
|
static LegendAlign |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LegendAlign[] |
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 LegendAlign START
public static final LegendAlign CENTER
public static final LegendAlign END
public static LegendAlign[] values()
for (LegendAlign c : LegendAlign.values()) System.out.println(c);
public static LegendAlign 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 java.lang.String value()
Key
public java.lang.String getHorizontalAlignmentValue()