Package | Description |
---|---|
com.dukascopy.api |
Modifier and Type | Method and Description |
---|---|
IChart.Type |
IChartObject.getType()
Returns type of the graphical object
|
static IChart.Type |
IChart.Type.valueOf(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
IChartObject |
IChart.draw(java.lang.String key,
IChart.Type type,
long time1,
double price1)
Deprecated.
- this method is deprecated. please use
IChartObjectFactory create() method() instead. |
IChartObject |
IChart.draw(java.lang.String key,
IChart.Type type,
long time1,
double price1,
long time2,
double price2)
Deprecated.
- this method is deprecated. please use
IChartObjectFactory create() method() instead. |
IChartObject |
IChart.draw(java.lang.String key,
IChart.Type type,
long time1,
double price1,
long time2,
double price2,
long time3,
double price3)
Deprecated.
- this method is deprecated. please use
IChartObjectFactory create() method() instead. |
IChartObject |
IChart.drawUnlocked(java.lang.String key,
IChart.Type type,
long time1,
double price1)
Deprecated.
- this method is deprecated. please use
addToMainChartUnlocked() method instead. |
IChartObject |
IChart.drawUnlocked(java.lang.String key,
IChart.Type type,
long time1,
double price1,
long time2,
double price2)
Deprecated.
- this method is deprecated. please use
addToMainChartUnlocked() method instead.
Draws graphical object that requires up to 2 points. Object can be selected, moved and changed by the user |
IChartObject |
IChart.drawUnlocked(java.lang.String key,
IChart.Type type,
long time1,
double price1,
long time2,
double price2,
long time3,
double price3)
Deprecated.
- this method is deprecated. please use
addToMainChartUnlocked() method instead.
Draws graphical object that requires up to 3 points. Object can be selected, moved and changed by the user |
Copyright © 2024. All rights reserved.