Package | Description |
---|---|
com.dukascopy.api |
Modifier and Type | Method and Description |
---|---|
IChartObject.ATTR_INT |
ChartObjectEvent.getIntAttrType()
Returns name of the attribute
|
static IChartObject.ATTR_INT |
IChartObject.ATTR_INT.valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static IChartObject.ATTR_INT[] |
IChartObject.ATTR_INT.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
int |
IChartObject.getAttrInt(IChartObject.ATTR_INT field)
Deprecated.
|
void |
IChartObject.setAttrInt(IChartObject.ATTR_INT field,
int value)
Deprecated.
|
Constructor and Description |
---|
ChartObjectEvent(java.lang.Object source,
IChartObject.ATTR_INT intAttrType,
int oldInt,
int newInt,
boolean isAdjusting)
Constructor for attribute change event
|
Copyright © 2024. All rights reserved.