Uses of Interface
com.googlecode.wickedcharts.highcharts.options.IProcessableOption

Packages that use IProcessableOption
com.googlecode.wickedcharts.highcharts.options   
com.googlecode.wickedcharts.highcharts.options.drilldown   
com.googlecode.wickedcharts.highcharts.options.interaction   
com.googlecode.wickedcharts.highcharts.options.livedata   
 

Uses of IProcessableOption in com.googlecode.wickedcharts.highcharts.options
 

Classes in com.googlecode.wickedcharts.highcharts.options that implement IProcessableOption
 class Global
          Defines the "globals" option.
 

Methods in com.googlecode.wickedcharts.highcharts.options that return types with arguments of type IProcessableOption
 List<IProcessableOption> Options.getMarkedForProcessing(String processingKey)
          Returns the IProcessableOptions that were marked by calling Options.markForProcessing(IProcessableOption) with the given key.
 

Methods in com.googlecode.wickedcharts.highcharts.options with parameters of type IProcessableOption
 void Options.markForProcessing(IProcessableOption option)
           
 

Uses of IProcessableOption in com.googlecode.wickedcharts.highcharts.options.drilldown
 

Classes in com.googlecode.wickedcharts.highcharts.options.drilldown that implement IProcessableOption
 class DrilldownPoint
          A Point that allows to specify a drill down to show a different chart on click.
 

Uses of IProcessableOption in com.googlecode.wickedcharts.highcharts.options.interaction
 

Classes in com.googlecode.wickedcharts.highcharts.options.interaction that implement IProcessableOption
 class InteractionFunction
          This javascript function sends an AJAX request to the server.
 class SelectionFunction
          This function may be added to a ChartOptions object via Events.setSelection(Function).
 

Uses of IProcessableOption in com.googlecode.wickedcharts.highcharts.options.livedata
 

Classes in com.googlecode.wickedcharts.highcharts.options.livedata that implement IProcessableOption
 class LiveDataSeries
          This Series class supports regular updating via AJAX.
 



Copyright © 2013. All Rights Reserved.