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