public enum IconRenderMode extends java.lang.Enum<IconRenderMode>
| Enum Constant and Description |
|---|
BLACK |
DIM |
DIM_GREEN |
DIM_RED |
GREEN |
NORMAL |
OUTLINE_CUSTOM |
OUTLINE_GREEN |
OUTLINE_RED |
RED |
| Modifier and Type | Method and Description |
|---|---|
static IconRenderMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IconRenderMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IconRenderMode NORMAL
public static final IconRenderMode DIM
public static final IconRenderMode GREEN
public static final IconRenderMode RED
public static final IconRenderMode DIM_GREEN
public static final IconRenderMode DIM_RED
public static final IconRenderMode BLACK
public static final IconRenderMode OUTLINE_RED
public static final IconRenderMode OUTLINE_GREEN
public static final IconRenderMode OUTLINE_CUSTOM
public static IconRenderMode[] values()
for (IconRenderMode c : IconRenderMode.values()) System.out.println(c);
public static IconRenderMode 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