| Package | Description |
|---|---|
| com.dukascopy.api |
| Modifier and Type | Method and Description |
|---|---|
IChartObject.ATTR_DOUBLE |
ChartObjectEvent.getDoubleAttrType()
Returns name of the attribute
|
static IChartObject.ATTR_DOUBLE |
IChartObject.ATTR_DOUBLE.valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static IChartObject.ATTR_DOUBLE[] |
IChartObject.ATTR_DOUBLE.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
double |
IChartObject.getAttrDouble(IChartObject.ATTR_DOUBLE field)
Deprecated.
|
void |
IChartObject.setAttrDouble(IChartObject.ATTR_DOUBLE field,
double value)
Deprecated.
|
| Constructor and Description |
|---|
ChartObjectEvent(java.lang.Object source,
IChartObject.ATTR_DOUBLE doubleAttrType,
double oldDouble,
double newDouble,
boolean isAdjusting)
Constructor for attribute change event
|
Copyright © 2025. All rights reserved.