com.googlecode.wickedcharts.wicket6.highcharts.features.global
Class GlobalProcessor
java.lang.Object
com.googlecode.wickedcharts.wicket6.highcharts.features.global.GlobalProcessor
- All Implemented Interfaces:
- IOptionsProcessor
public class GlobalProcessor
- extends Object
- implements IOptionsProcessor
This processor reads the global options from an Options object and
calls Highcharts' setOptions function to use the options globally for all
charts.
If more than one chart with global options are on a single page, the global
options of the last chart override all others!
- Author:
- Tom Hombergs (tom.hombergs@gmail.com)
|
Constructor Summary |
GlobalProcessor(org.apache.wicket.markup.head.IHeaderResponse response)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GlobalProcessor
public GlobalProcessor(org.apache.wicket.markup.head.IHeaderResponse response)
processOptions
public void processOptions(Options options,
OptionsProcessorContext context)
- Specified by:
processOptions in interface IOptionsProcessor
Copyright © 2013. All Rights Reserved.