public enum ChartColor extends Enum<ChartColor> implements IPropCnrColor
Enum Constant and Description |
---|
TITLE
The title color.
|
Modifier and Type | Method and Description |
---|---|
GColor |
getDefaultValue()
Gets the default value when the property is not set.
|
String |
getPropName()
Returns the name of the property, usually starting with '$'.
|
static ChartColor |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChartColor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChartColor TITLE
public static ChartColor[] values()
for (ChartColor c : ChartColor.values()) System.out.println(c);
public static ChartColor 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 GColor getDefaultValue()
getDefaultValue
in interface IPropCnrColor
public String getPropName()
getPropName
in interface IPropCnrColor
iizi® is a registered trademark of Mindus SARL. © Copyright Mindus SARL, 2020. All rights reserved.