public static enum IChart.Type extends Enum<IChart.Type>
Enum Constant and Description |
---|
CHANNEL
Equidistant channel lines
|
CUSTOM_CHART_WIDGED
Widget displaying user data
|
CYCLES
Cycle lines (periods)
|
ELLIPSE
Ellipse
|
EXPANSION
Expansion
|
FIBO
Retracement
|
FIBOARC
Arcs
|
FIBOCHANNEL
Fibonacci channel lines
|
FIBOFAN
Fan
|
FIBOTIMES
Time zones
|
GANNFAN
Gann fan
|
GANNGRID
Gann grid
|
GANNLINE
Gann line
|
HLINE
Horizontal line
|
LABEL
Text label
|
LONG_LINE
Long line drawn through two points
|
OHLC_INFORMER
Widget displaying OHLC data
|
ORDER_LINE
Deprecated.
use PRICEMARKER instead
|
PATTERN_WIDGET
Widget for searching and displaying patterns on chart
|
PERCENT
Percent (horizontal)
|
PITCHFORK
Andrew's pitchfork
|
POLY_LINE
Multiple line between many points
|
PRICEMARKER
Horizontal line with price text
|
RAY_LINE
Ray line drawn through two points.
|
RECTANGLE
Rectangle
|
REGRESSION
Linear regression
|
SCREEN_LABEL
Label attached to the corner of chart
|
SHORT_LINE
Short line between two points
|
SIGNAL_DOWN
Arrow down
|
SIGNAL_UP
Arrow up
|
STDDEVCHANNEL
Standard deviation
|
TEXT
Text
|
TIMEMARKER
Vertical line with time text
|
TIMERANGE
Horizontally resizable rectangle between two time points
|
TREND
Deprecated.
isn't supported
|
TRENDBYANGLE
Trend line by angle
|
TRIANGLE
Triangle
|
VLINE
Vertical line
|
Modifier and Type | Method and Description |
---|---|
static IChart.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IChart.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IChart.Type VLINE
public static final IChart.Type HLINE
@Deprecated public static final IChart.Type ORDER_LINE
public static final IChart.Type TIMEMARKER
public static final IChart.Type TIMERANGE
public static final IChart.Type PRICEMARKER
public static final IChart.Type POLY_LINE
public static final IChart.Type SHORT_LINE
public static final IChart.Type LONG_LINE
public static final IChart.Type RAY_LINE
@Deprecated public static final IChart.Type TREND
public static final IChart.Type TRENDBYANGLE
public static final IChart.Type FIBOCHANNEL
public static final IChart.Type REGRESSION
public static final IChart.Type CHANNEL
public static final IChart.Type STDDEVCHANNEL
public static final IChart.Type GANNLINE
public static final IChart.Type GANNFAN
public static final IChart.Type GANNGRID
public static final IChart.Type FIBO
public static final IChart.Type FIBOTIMES
public static final IChart.Type FIBOFAN
public static final IChart.Type FIBOARC
public static final IChart.Type EXPANSION
public static final IChart.Type RECTANGLE
public static final IChart.Type TRIANGLE
public static final IChart.Type ELLIPSE
public static final IChart.Type PITCHFORK
public static final IChart.Type CYCLES
public static final IChart.Type PERCENT
public static final IChart.Type TEXT
public static final IChart.Type LABEL
public static final IChart.Type SCREEN_LABEL
public static final IChart.Type SIGNAL_UP
public static final IChart.Type SIGNAL_DOWN
public static final IChart.Type OHLC_INFORMER
public static final IChart.Type PATTERN_WIDGET
public static final IChart.Type CUSTOM_CHART_WIDGED
public static IChart.Type[] values()
for (IChart.Type c : IChart.Type.values()) System.out.println(c);
public static IChart.Type 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 nullCopyright © 2016. All rights reserved.