public static enum IChartTheme.StrokeElement extends Enum<IChartTheme.StrokeElement>
Enum Constant and Description |
---|
DEFAULT |
GRID_STROKE |
LAST_CANDLE_TRACKING_LINE_STROKE |
ORDER_LINES_STROKE |
Modifier and Type | Field and Description |
---|---|
static BasicStroke |
BASIC_STROKE |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
static IChartTheme.StrokeElement |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IChartTheme.StrokeElement[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IChartTheme.StrokeElement DEFAULT
public static final IChartTheme.StrokeElement GRID_STROKE
public static final IChartTheme.StrokeElement ORDER_LINES_STROKE
public static final IChartTheme.StrokeElement LAST_CANDLE_TRACKING_LINE_STROKE
public static final BasicStroke BASIC_STROKE
public static IChartTheme.StrokeElement[] values()
for (IChartTheme.StrokeElement c : IChartTheme.StrokeElement.values()) System.out.println(c);
public static IChartTheme.StrokeElement 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 String getDescription()
Copyright © 2016. All rights reserved.