Package | Description |
---|---|
com.dukascopy.api.drawings |
Modifier and Type | Method and Description |
---|---|
static IDecoratedChartObject.Placement |
IDecoratedChartObject.Placement.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IDecoratedChartObject.Placement[] |
IDecoratedChartObject.Placement.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.Map<IDecoratedChartObject.Placement,IDecoratedChartObject.Decoration> |
IDecoratedChartObject.getDecorations() |
Modifier and Type | Method and Description |
---|---|
void |
IDecoratedChartObject.setDecoration(IDecoratedChartObject.Placement placement,
IDecoratedChartObject.Decoration decoration)
Sets new decoration for current figure
|
Modifier and Type | Method and Description |
---|---|
void |
IDecoratedChartObject.setDecorations(java.util.Map<IDecoratedChartObject.Placement,IDecoratedChartObject.Decoration> decorations) |
Copyright © 2024. All rights reserved.