|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.googlecode.wickedcharts.highcharts.options.processing.OptionsProcessorContext
public class OptionsProcessorContext
A context object that holds some context variables that may be needed by
IOptionsProcessors.
| Constructor Summary | |
|---|---|
OptionsProcessorContext(Options options)
|
|
| Method Summary | |
|---|---|
List<Options> |
getDrilldownOptions()
Gets the list of Options that are the target of a drill down. |
Global |
getGlobal()
Gets the Global object that is part of the Options. |
List<InteractionFunction> |
getInteractionFunctions()
|
List<LiveDataSeries> |
getLiveDataSeries()
Gets all LiveDataSeries in the context. |
List<SelectionFunction> |
getSelectionFunctions()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OptionsProcessorContext(Options options)
| Method Detail |
|---|
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 Global getGlobal()
Global object that is part of the Options.
Global object.public List<InteractionFunction> getInteractionFunctions()
public List<SelectionFunction> getSelectionFunctions()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||