public enum SeriesStroke extends Enum<SeriesStroke> implements IPropCnrStroke
Enum Constant and Description |
---|
MARKER_OUTLINE
Stroke for outline to use for any markers on the series.
|
MARKER_SHADOW
Stroke for shadow to use for any markers on the series.
|
MARKER_STROKE
Stroke to use for any markers on the series.
|
OUTLINE
Stroke used to outline any series on the series.
|
SHADOW
Stroke to use to draw any shadows for a series on a series.
|
STROKE
Stroke to use for any series on the series.
|
Modifier and Type | Method and Description |
---|---|
GStroke |
getDefaultValue()
Gets the default value when the property is not set.
|
String |
getPropName()
Returns the name of the property, usually starting with '$'.
|
static SeriesStroke |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SeriesStroke[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SeriesStroke STROKE
public static final SeriesStroke OUTLINE
public static final SeriesStroke SHADOW
public static final SeriesStroke MARKER_STROKE
public static final SeriesStroke MARKER_OUTLINE
public static final SeriesStroke MARKER_SHADOW
public static SeriesStroke[] values()
for (SeriesStroke c : SeriesStroke.values()) System.out.println(c);
public static SeriesStroke 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 GStroke getDefaultValue()
getDefaultValue
in interface IPropCnrStroke
public String getPropName()
getPropName
in interface IPropCnrStroke
iizi® is a registered trademark of Mindus SARL. © Copyright 2019 Mindus SARL. All rights reserved.