public static enum IkisugiLogger.ColorType extends java.lang.Enum<IkisugiLogger.ColorType>
| Enum Constant and Description |
|---|
CHRISTMAS |
NONE |
RAINBOW |
RANDOM |
VOWEL_ONLY |
| Modifier and Type | Method and Description |
|---|---|
net.kunmc.lab.ikisugilogger.IkisugiLogger.Colorable |
getColorable() |
static IkisugiLogger.ColorType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IkisugiLogger.ColorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IkisugiLogger.ColorType NONE
public static final IkisugiLogger.ColorType RANDOM
public static final IkisugiLogger.ColorType RAINBOW
public static final IkisugiLogger.ColorType CHRISTMAS
public static final IkisugiLogger.ColorType VOWEL_ONLY
public static IkisugiLogger.ColorType[] values()
for (IkisugiLogger.ColorType c : IkisugiLogger.ColorType.values()) System.out.println(c);
public static IkisugiLogger.ColorType 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 nullpublic net.kunmc.lab.ikisugilogger.IkisugiLogger.Colorable getColorable()