public enum GoogleChartScheme extends Enum<GoogleChartScheme>
ColorSchemes.ID
plugin, where category is "googlechart".Enum Constant and Description |
---|
ALL
Color scheme name "ALL" -
|
EIGHT
Color scheme name "EIGHT" -
|
SIXTEEN
Color scheme name "SIXTEEN" -
|
TWELVE
Color scheme name "TWELVE" -
|
TWENTY
Color scheme name "TWENTY" -
|
TWENTY_FOUR
Color scheme name "TWENTY_FOUR" -
|
Modifier and Type | Method and Description |
---|---|
default String |
category()
Returns the color scheme category.
|
default List<IsColor> |
getColors()
Returns a list of colors which are composing a color scheme.
|
ColorScheme |
getScheme()
Returns the internal enumerated scheme instance.
|
default String |
value()
Returns the name value of property
|
static GoogleChartScheme |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GoogleChartScheme[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
isValid
checkIfValid, compare, create, equals, getKeyByValue, getKeyByValue, hasKeyByValue, isValid
public static final GoogleChartScheme EIGHT
public static final GoogleChartScheme TWELVE
public static final GoogleChartScheme SIXTEEN
public static final GoogleChartScheme TWENTY
public static final GoogleChartScheme TWENTY_FOUR
public static final GoogleChartScheme ALL
public static GoogleChartScheme[] values()
for (GoogleChartScheme c : GoogleChartScheme.values()) System.out.println(c);
public static GoogleChartScheme 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 ColorScheme getScheme()
public String value()
Key
public String category()
ColorScheme
ColorSchemesOptions.DEFAULT_SCHEME_CATEGORY
.category
in interface ColorScheme
ColorSchemesOptions.DEFAULT_SCHEME_CATEGORY
public List<IsColor> getColors()
ColorScheme
getColors
in interface ColorScheme