public static enum IChartTheme.StrokeElement extends java.lang.Enum<IChartTheme.StrokeElement>
| Enum Constant and Description |
|---|
DEFAULT |
GRID_STROKE |
INDICATOR_LAST_VALUE_TRACKING_STROKE |
LAST_CANDLE_TRACKING_LINE_STROKE |
ORDER_LINES_STROKE |
PERIOD_SEPARATORS_STROKE |
| Modifier and Type | Field and Description |
|---|---|
static java.awt.BasicStroke |
BASIC_STROKE |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription() |
static IChartTheme.StrokeElement |
valueOf(java.lang.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 IChartTheme.StrokeElement INDICATOR_LAST_VALUE_TRACKING_STROKE
public static final IChartTheme.StrokeElement PERIOD_SEPARATORS_STROKE
public static IChartTheme.StrokeElement[] values()
for (IChartTheme.StrokeElement c : IChartTheme.StrokeElement.values()) System.out.println(c);
public static IChartTheme.StrokeElement valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getDescription()
Copyright © 2025. All rights reserved.