public enum SeriesFont extends Enum<SeriesFont> implements IPropCnrFont
Enum Constant and Description |
---|
FONT
Font definition (as used in the CSS font property) used for labels and
other text-based elements of the series.
|
MARKER_FONT
Marker font definition (as used in the CSS font property).
|
Modifier and Type | Method and Description |
---|---|
GFont |
getDefaultValue()
Gets the default value when the property is not set.
|
String |
getPropName()
Returns the name of the property, usually starting with '$'.
|
static SeriesFont |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SeriesFont[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SeriesFont FONT
Default null.
public static final SeriesFont MARKER_FONT
Default null.
public static SeriesFont[] values()
for (SeriesFont c : SeriesFont.values()) System.out.println(c);
public static SeriesFont 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 GFont getDefaultValue()
getDefaultValue
in interface IPropCnrFont
public String getPropName()
getPropName
in interface IPropCnrFont
iizi® is a registered trademark of Mindus SARL. © Copyright Mindus SARL, 2020. All rights reserved.