|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Options in com.googlecode.wickedcharts.highcharts.options |
|---|
| Methods in com.googlecode.wickedcharts.highcharts.options with parameters of type Options | |
|---|---|
void |
Options.copyFrom(Options template)
|
| Constructors in com.googlecode.wickedcharts.highcharts.options with parameters of type Options | |
|---|---|
Options(Options template)
Constructs an Options object initialized with the configuration of
another Options object. |
|
| Uses of Options in com.googlecode.wickedcharts.highcharts.options.drilldown |
|---|
| Methods in com.googlecode.wickedcharts.highcharts.options.drilldown that return Options | |
|---|---|
Options |
DrilldownPoint.getDrilldownOptions()
|
| Constructors in com.googlecode.wickedcharts.highcharts.options.drilldown with parameters of type Options | |
|---|---|
DrilldownPoint(Options parentOptions,
Options drilldownOptions)
Constructs a DrilldownPoint. |
|
| Uses of Options in com.googlecode.wickedcharts.highcharts.options.interaction |
|---|
| Methods in com.googlecode.wickedcharts.highcharts.options.interaction that return Options | |
|---|---|
Options |
InteractionEvent.getSelectedChart()
Returns the Options of the chart which was interacted with. |
| Methods in com.googlecode.wickedcharts.highcharts.options.interaction with parameters of type Options | |
|---|---|
void |
InteractionEvent.setSelectedChart(Options selectedChart)
|
| Constructors in com.googlecode.wickedcharts.highcharts.options.interaction with parameters of type Options | |
|---|---|
InteractionFunction(Options parentOptions)
Constructor. |
|
SelectionFunction(Options parentOptions)
|
|
| Uses of Options in com.googlecode.wickedcharts.highcharts.options.livedata |
|---|
| Methods in com.googlecode.wickedcharts.highcharts.options.livedata that return Options | |
|---|---|
Options |
LiveDataSeries.getParentOptions()
|
| Constructors in com.googlecode.wickedcharts.highcharts.options.livedata with parameters of type Options | |
|---|---|
LiveDataSeries(Options parentOptions,
int updateIntervalMs)
Constructs a new LiveDataSeries. |
|
| Uses of Options in com.googlecode.wickedcharts.highcharts.options.processing |
|---|
| Methods in com.googlecode.wickedcharts.highcharts.options.processing that return types with arguments of type Options | |
|---|---|
List<Options> |
OptionsProcessorContext.getDrilldownOptions()
Gets the list of Options that are the target of a drill down. |
| Methods in com.googlecode.wickedcharts.highcharts.options.processing with parameters of type Options | |
|---|---|
void |
IOptionsProcessor.processOptions(Options options,
OptionsProcessorContext context)
Processes the given Options. |
void |
IdGeneratorProcessor.processOptions(Options options,
OptionsProcessorContext context)
|
| Constructors in com.googlecode.wickedcharts.highcharts.options.processing with parameters of type Options | |
|---|---|
OptionsProcessorContext(Options options)
|
|
| Uses of Options in com.googlecode.wickedcharts.highcharts.options.util |
|---|
| Methods in com.googlecode.wickedcharts.highcharts.options.util with parameters of type Options | |
|---|---|
void |
OptionsUtil.copyRenderTo(Options from,
Options to)
Copies the renderTo configuration from one Options object to
another. |
static Axis |
OptionsUtil.getAxisWithWickedChartsId(Options options,
int wickedChartsId)
|
static Point |
OptionsUtil.getPointWithWickedChartsId(Options options,
int wickedChartsId)
Retrieves the Point object with the given wickedChartsId from the
given Options object. |
static Series<?> |
OptionsUtil.getSeriesWithWickedChartsId(Options options,
int wickedChartsId)
Retrieves the Series object with the given wickedChartsId from the
given Options object. |
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. |
| Uses of Options in com.googlecode.wickedcharts.highcharts.theme |
|---|
| Subclasses of Options in com.googlecode.wickedcharts.highcharts.theme | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||