public static enum SolidPattern.ColorMode extends Enum<SolidPattern.ColorMode>
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static SolidPattern.ColorMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SolidPattern.ColorMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SolidPattern.ColorMode FIXED
public static final SolidPattern.ColorMode PALETTE
public final String label
public static SolidPattern.ColorMode[] values()
for (SolidPattern.ColorMode c : SolidPattern.ColorMode.values()) System.out.println(c);
public static SolidPattern.ColorMode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<SolidPattern.ColorMode>
LX library by Mark C. Slee. © 2012-2020