|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<IChart.Type>
com.dukascopy.api.IChart.Type
public static enum IChart.Type
Type of the graphical object
Enum Constant Summary | |
---|---|
CHANNEL
Equidistant channel lines |
|
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 |
|
ORDER_LINE
|
|
PERCENT
Percent (horizontal) |
|
PITCHFORK
Andrew's pitchfork |
|
POLY_LINE
Multiple line between many points |
|
PRICEMARKER
Horizontal line with price text |
|
RECTANGLE
Rectangle |
|
REGRESSION
Linear regression |
|
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 |
|
TREND
Trend line |
|
TRENDBYANGLE
Trend line by angle |
|
TRIANGLE
Triangle |
|
VLINE
Vertical line |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final IChart.Type VLINE
public static final IChart.Type HLINE
public static final IChart.Type ORDER_LINE
public static final IChart.Type TIMEMARKER
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 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 SIGNAL_UP
public static final IChart.Type SIGNAL_DOWN
Method Detail |
---|
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 name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |