public static enum InteractionParamColor.Predefined extends java.lang.Enum<InteractionParamColor.Predefined>
Enum Constant and Description |
---|
BLACK |
BLUE |
CYAN |
DARK_GRAY |
GRAY |
GREEN |
LIGHT_GRAY |
MAGENTA |
ORANGE |
PINK |
RED |
WHITE |
YELLOW |
Modifier and Type | Method and Description |
---|---|
static InteractionParamColor.Predefined |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InteractionParamColor.Predefined[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InteractionParamColor.Predefined WHITE
public static final InteractionParamColor.Predefined LIGHT_GRAY
public static final InteractionParamColor.Predefined GRAY
public static final InteractionParamColor.Predefined DARK_GRAY
public static final InteractionParamColor.Predefined BLACK
public static final InteractionParamColor.Predefined RED
public static final InteractionParamColor.Predefined PINK
public static final InteractionParamColor.Predefined ORANGE
public static final InteractionParamColor.Predefined YELLOW
public static final InteractionParamColor.Predefined GREEN
public static final InteractionParamColor.Predefined MAGENTA
public static final InteractionParamColor.Predefined CYAN
public static final InteractionParamColor.Predefined BLUE
public static InteractionParamColor.Predefined[] values()
for (InteractionParamColor.Predefined c : InteractionParamColor.Predefined.values()) System.out.println(c);
public static InteractionParamColor.Predefined 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