Package | Description |
---|---|
com.dukascopy.api | |
com.dukascopy.api.chart |
Modifier and Type | Method and Description |
---|---|
IChartTheme |
IClientChartPresentationManager.getPredefinedTheme(IChartTheme.Predefined predefinedTheme)
Gets a copy of a predefined chart theme
|
IChartTheme |
IClientChartPresentationManager.getTheme()
Returns current chart theme.
|
IChartTheme |
IChart.getTheme()
Returns current chart theme.
|
Modifier and Type | Method and Description |
---|---|
void |
IClientChartPresentationManager.setTheme(IChartTheme chartTheme)
Sets chart theme
|
Modifier and Type | Method and Description |
---|---|
IChartTheme |
IChartTheme.clone()
Clones a chart theme
|
IChartTheme |
IChartTheme.setColor(IChartTheme.ColoredElement coloredElement,
Color color)
Sets the color of a colored chart element
|
IChartTheme |
IChartTheme.setFont(IChartTheme.TextElement textElement,
Font font)
Sets the font of a text chart element
|
IChartTheme |
IChartTheme.setName(String name)
Sets theme name
|
IChartTheme |
IChartTheme.setStroke(IChartTheme.StrokeElement strokeElement,
BasicStroke stroke)
Sets the stroke of a stroke chart element
|
Copyright © 2016. All rights reserved.