| Modifier and Type | Method and Description |
|---|---|
void |
Options.copyFrom(Options template) |
| Constructor and Description |
|---|
Options(Options template)
|
| Modifier and Type | Method and Description |
|---|---|
Options |
DrilldownPoint.getDrilldownOptions() |
| Constructor and Description |
|---|
DrilldownPoint(Options parentOptions,
Options drilldownOptions)
Constructs a
DrilldownPoint. |
| Modifier and Type | Method and Description |
|---|---|
Options |
InteractionEvent.getSelectedChart()
Returns the
Options of the chart which was interacted with. |
| Modifier and Type | Method and Description |
|---|---|
void |
InteractionEvent.setSelectedChart(Options selectedChart) |
| Constructor and Description |
|---|
InteractionFunction(Options parentOptions)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Options |
LiveDataSeries.getParentOptions() |
| Constructor and Description |
|---|
LiveDataSeries(Options parentOptions,
int updateIntervalMs)
Constructs a new
LiveDataSeries. |
| Modifier and Type | Method and Description |
|---|---|
List<Options> |
OptionsProcessorContext.getDrilldownOptions()
Gets the list of
Options that are the target of a drill down. |
| Modifier and Type | Method and Description |
|---|---|
void |
IOptionsProcessor.processOptions(Options options,
OptionsProcessorContext context)
Processes the given
Options. |
void |
IdGeneratorProcessor.processOptions(Options options,
OptionsProcessorContext context) |
| Constructor and Description |
|---|
OptionsProcessorContext(Options options) |
| Modifier and Type | Method and Description |
|---|---|
void |
OptionsUtil.copyRenderTo(Options from,
Options to)
Copies the renderTo configuration from one
Options object to
another. |
static Point |
OptionsUtil.getPointWithWickedChartsId(Options options,
int wickedChartsId)
|
static Series<?> |
OptionsUtil.getSeriesWithWickedChartsId(Options options,
int wickedChartsId)
|
static boolean |
OptionsUtil.needsExportingJs(Options options)
Checks if the specified Options object needs the javascript file
"exporting.js" to work properly.
|
static boolean |
OptionsUtil.needsHighchartsMoreJs(Options options)
Checks if the specified Options object needs the javascript file
"highcharts-more.js" to work properly.
|
void |
OptionsUtil.setChartEventsLoad(Options options,
Function function)
Null-safe setter for the chart.events.load configuration.
|
void |
OptionsUtil.setRenderTo(Options options,
String renderTo)
Null-safe setter for the renderTo configuration.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DarkBlueTheme |
class |
GrayTheme
Gray theme as displayed in the Highcharts demo at http://www.highcharts.com/demo/column-stacked-and-grouped/gray
|
class |
GridTheme
Grid theme as displayed in the Highcharts demo at http://www.highcharts.com/demo/column-stacked-and-grouped/grid
|
class |
SkiesTheme
Theme as displayed in the Highcharts demo at http://www.highcharts.com/demo/area-basic/skies
|
class |
Theme
A theme can define any of the general Options and thus centralize all
theme-relevant options in a single object.
|
Copyright © 2013. All Rights Reserved.