com.googlecode.wickedcharts.highcharts.options.processing
Interface IOptionsProcessor
- All Known Implementing Classes:
- IdGeneratorProcessor
public interface IOptionsProcessor
Interface for processing Options before they are renderer.
- Author:
- Tom Hombergs (tom.hombergs@gmail.com)
processOptions
void processOptions(Options options,
OptionsProcessorContext context)
- Processes the given
Options. This method gives the opportunity to
modify an Options object before it is rendered as JSON. This
class is not part of the public API!
- Parameters:
options - the Options to process or modify.context - the context containing some context variables that may be accessed
and changed by the processor.
Copyright © 2013. All Rights Reserved.