public enum PlotStroke extends Enum<PlotStroke> implements IPropCnrStroke
Enum Constant and Description |
---|
MAJOR_H_LINE
Grid stroke for a major horizontal line.
|
MAJOR_V_LINE
Grid stroke for a major vertical line.
|
MARKER_OUTLINE
Stroke for outline to use for any markers on the plot.
|
MARKER_SHADOW
Stroke for shadow to use for any markers on the plot.
|
MARKER_STROKE
Stroke to use for any markers on the plot.
|
MINOR_H_LINE
Grid stroke for a minor horizontal line.
|
MINOR_V_LINE
Grid stroke for a minor vertical line.
|
OUTLINE
Stroke used to outline any series on the plot.
|
SHADOW
Stroke to use to draw any shadows for a series on a plot.
|
STROKE
Stroke to use for any series on the plot.
|
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 PlotStroke |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlotStroke[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlotStroke STROKE
public static final PlotStroke OUTLINE
public static final PlotStroke SHADOW
public static final PlotStroke MARKER_STROKE
public static final PlotStroke MARKER_OUTLINE
public static final PlotStroke MARKER_SHADOW
public static final PlotStroke MAJOR_H_LINE
By default major lines use major tick stroke.
public static final PlotStroke MINOR_H_LINE
By default minor lines use minor tick stroke.
public static final PlotStroke MAJOR_V_LINE
By default major lines use major tick stroke.
public static final PlotStroke MINOR_V_LINE
By default minor lines use minor tick stroke.
public static PlotStroke[] values()
for (PlotStroke c : PlotStroke.values()) System.out.println(c);
public static PlotStroke 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 Mindus SARL, 2020. All rights reserved.