com.googlecode.wickedcharts.highcharts.options.processing
Class OptionsProcessorContext

java.lang.Object
  extended by com.googlecode.wickedcharts.highcharts.options.processing.OptionsProcessorContext
All Implemented Interfaces:
Serializable

public class OptionsProcessorContext
extends Object
implements Serializable

A context object that holds some context variables that may be needed by IOptionsProcessors.

This class is not part of the public API!

Author:
Tom Hombergs (tom.hombergs@gmail.com)
See Also:
Serialized Form

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

OptionsProcessorContext

public OptionsProcessorContext(Options options)
Method Detail

getDrilldownOptions

public List<Options> getDrilldownOptions()
Gets the list of Options that are the target of a drill down.

Returns:
the drilldown options used by the current chart.

getLiveDataSeries

public List<LiveDataSeries> getLiveDataSeries()
Gets all LiveDataSeries in the context.

Returns:
the LiveDataSeries used by the current chart.

getGlobal

public Global getGlobal()
Gets the Global object that is part of the Options.

Returns:
the Global object.

getInteractionFunctions

public List<InteractionFunction> getInteractionFunctions()

getSelectionFunctions

public List<SelectionFunction> getSelectionFunctions()


Copyright © 2013. All Rights Reserved.