Package | Description |
---|---|
com.dukascopy.api |
Modifier and Type | Method and Description |
---|---|
DataType.DataPresentationType |
IClientChartPresentationManager.getDataPresentationType()
Returns charts' current
DataType.DataPresentationType . |
DataType.DataPresentationType |
IChart.getDataPresentationType()
Returns charts' current
DataType.DataPresentationType . |
static DataType.DataPresentationType |
DataType.DataPresentationType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DataType.DataPresentationType[] |
DataType.DataPresentationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<DataType.DataPresentationType> |
DataType.getSupportedPresentationTypes() |
Modifier and Type | Method and Description |
---|---|
boolean |
DataType.isPresentationTypeSupported(DataType.DataPresentationType presentationType) |
void |
IClientChartPresentationManager.setDataPresentationType(DataType.DataPresentationType dataPresentationType)
Applies DataPresentationType to current chart.
|
void |
IChart.setDataPresentationType(DataType.DataPresentationType presentationType)
Applies DataPresentationType to current chart.
|
Copyright © 2024. All rights reserved.