| Package | Description |
|---|---|
| com.dukascopy.api.drawings |
| Modifier and Type | Method and Description |
|---|---|
static IDecoratedChartObject.Decoration |
IDecoratedChartObject.Decoration.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IDecoratedChartObject.Decoration[] |
IDecoratedChartObject.Decoration.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 © 2025. All rights reserved.