public class IdGeneratorProcessor extends Object implements IOptionsProcessor
IOptionsProcessor assigns a unique ID to all Series and
Points that are contained in an Options object.
After this processor has processed an Options object, you can
retrieve the assigned IDs by calling getWickedChartsId() on the
Series and Points.| Constructor and Description |
|---|
IdGeneratorProcessor() |
public void processOptions(Options options, OptionsProcessorContext context)
IOptionsProcessorOptions. 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!processOptions in interface IOptionsProcessoroptions - 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.