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