|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IChartObject | |
---|---|
com.dukascopy.api |
Uses of IChartObject in com.dukascopy.api |
---|
Methods in com.dukascopy.api that return IChartObject | |
---|---|
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 |
IChartObject |
IChart.get(String key)
Returns graphical object by key |
IChartObject |
IChart.remove(String key)
Deletes and returns graphical object by key |
Methods in com.dukascopy.api that return types with arguments of type IChartObject | |
---|---|
List<IChartObject> |
IChart.getAll()
Returns all graphical objects |
Methods in com.dukascopy.api with parameters of type IChartObject | |
---|---|
void |
IChart.move(IChartObject objectToMove,
long newTime,
double newPrice)
Moves graphical object to new coordinates |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |