public class OptionsProcessorContext extends Object implements Serializable
IOptionsProcessors.
This class is not part of the public API!| Constructor and Description |
|---|
OptionsProcessorContext(Options options) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsFeature(Feature feature)
Returns true if the
Options attached to this context contains the
given feature. |
List<Options> |
getDrilldownOptions()
Gets the list of
Options that are the target of a drill down. |
Global |
getGlobal()
|
List<InteractionFunction> |
getInteractionFunctions() |
List<LiveDataSeries> |
getLiveDataSeries()
Gets all
LiveDataSeries in the context. |
List<SelectionFunction> |
getSelectionFunctions() |
public OptionsProcessorContext(Options options)
public List<Options> getDrilldownOptions()
Options that are the target of a drill down.public List<LiveDataSeries> getLiveDataSeries()
LiveDataSeries in the context.LiveDataSeries used by the current chart.public List<InteractionFunction> getInteractionFunctions()
public List<SelectionFunction> getSelectionFunctions()
Copyright © 2016. All rights reserved.