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