|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IChart.Type | |
---|---|
com.dukascopy.api |
Uses of IChart.Type in com.dukascopy.api |
---|
Methods in com.dukascopy.api that return IChart.Type | |
---|---|
IChart.Type |
IChartObject.getType()
Returns type of the graphical object |
static IChart.Type |
IChart.Type.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static IChart.Type[] |
IChart.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.dukascopy.api with parameters of type IChart.Type | |
---|---|
IChartObject |
IChart.draw(String key,
IChart.Type type,
long time1,
double price1)
Draws graphical object that requires only 1 point |
IChartObject |
IChart.draw(String key,
IChart.Type type,
long time1,
double price1,
long time2,
double price2)
Draws graphical object that requires up to 2 points |
IChartObject |
IChart.draw(String key,
IChart.Type type,
long time1,
double price1,
long time2,
double price2,
long time3,
double price3)
Draws graphical object that requires up to 3 points |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |