public enum DefaultColors extends Enum<DefaultColors> implements Color
| Enum Constant and Description |
|---|
BLUE_HOKI |
BLUE_SHARP |
DEFAULT |
GREEN_SHARP |
GREY_GALLERY |
PURPLE_PLUM |
PURPLE_SOFT |
RED_HAZE |
RED_SUNGLO |
YELLOW_CASABLANCA |
YELLOW_CRUSTA |
| Modifier and Type | Method and Description |
|---|---|
String |
getCssClass() |
String |
getFontCssClass() |
String |
toString() |
static DefaultColors |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefaultColors[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DefaultColors DEFAULT
public static final DefaultColors BLUE_HOKI
public static final DefaultColors BLUE_SHARP
public static final DefaultColors GREEN_SHARP
public static final DefaultColors GREY_GALLERY
public static final DefaultColors PURPLE_PLUM
public static final DefaultColors PURPLE_SOFT
public static final DefaultColors RED_HAZE
public static final DefaultColors RED_SUNGLO
public static final DefaultColors YELLOW_CASABLANCA
public static final DefaultColors YELLOW_CRUSTA
public static DefaultColors[] values()
for (DefaultColors c : DefaultColors.values()) System.out.println(c);
public static DefaultColors 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 getCssClass()
getCssClass in interface Colorpublic String getFontCssClass()
getFontCssClass in interface Colorpublic String toString()
toString in class Enum<DefaultColors>Copyright © 2018. All rights reserved.