Uses of Class
com.googlecode.wickedcharts.highcharts.options.Options

Packages that use Options
com.googlecode.wickedcharts.highcharts.options   
com.googlecode.wickedcharts.highcharts.options.drilldown   
com.googlecode.wickedcharts.highcharts.options.interaction   
com.googlecode.wickedcharts.highcharts.options.livedata   
com.googlecode.wickedcharts.highcharts.options.processing   
com.googlecode.wickedcharts.highcharts.options.util   
com.googlecode.wickedcharts.highcharts.theme   
 

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

Methods in com.googlecode.wickedcharts.highcharts.options that return Options
 Options Options.addColor(ColorReference color)
           
 Options Options.addSeries(Series<?> series)
           
 Options Options.addxAxis(Axis xAxis)
          Adds an XAxis to the chart.
 Options Options.addyAxis(Axis yAxis)
          Adds an YAxis to the chart.
 Options Options.setChart(ChartOptions chart)
           
 Options Options.setChartOptions(ChartOptions chart)
           
 Options Options.setColors(ColorReference... colors)
           
 Options Options.setColors(List<ColorReference> colors)
           
 Options Options.setCreditOptions(CreditOptions credits)
           
 Options Options.setCredits(CreditOptions credits)
           
 Options Options.setExporting(ExportingOptions exporting)
           
 Options Options.setGlobal(Global global)
           
 Options Options.setLabels(Labels labels)
           
 Options Options.setLegend(Legend legend)
           
 Options Options.setLoading(Loading loading)
           
 Options Options.setNavigation(Navigation navigation)
           
 Options Options.setPane(Pane pane)
           
 Options Options.setPlotOptions(PlotOptionsChoice plotOptions)
           
 Options Options.setSeries(List<Series<?>> series)
           
 Options Options.setSubtitle(Title subtitle)
           
 Options Options.setTitle(Title title)
           
 Options Options.setTooltip(Tooltip tooltip)
           
 Options Options.setxAxis(Axis xAxis)
          Sets the single xAxis.
 Options Options.setxAxis(List<Axis> xAxis)
           
 Options Options.setyAxis(Axis yAxis)
          Sets the single yAxis.
 Options Options.setyAxis(List<Axis> yAxis)
           
 

Methods in com.googlecode.wickedcharts.highcharts.options with parameters of type Options
 void Options.copyFrom(Options template)
           
 

Constructors in com.googlecode.wickedcharts.highcharts.options with parameters of type Options
Options(Options template)
          Constructs an Options object initialized with the configuration of another Options object.
 

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

Methods in com.googlecode.wickedcharts.highcharts.options.drilldown that return Options
 Options DrilldownPoint.getDrilldownOptions()
           
 

Constructors in com.googlecode.wickedcharts.highcharts.options.drilldown with parameters of type Options
DrilldownPoint(Options parentOptions, Options drilldownOptions)
          Constructs a DrilldownPoint.
 

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

Methods in com.googlecode.wickedcharts.highcharts.options.interaction that return Options
 Options InteractionEvent.getSelectedChart()
          Returns the Options of the chart which was interacted with.
 

Methods in com.googlecode.wickedcharts.highcharts.options.interaction with parameters of type Options
 void InteractionEvent.setSelectedChart(Options selectedChart)
           
 

Constructors in com.googlecode.wickedcharts.highcharts.options.interaction with parameters of type Options
InteractionFunction(Options parentOptions)
          Constructor.
SelectionFunction(Options parentOptions)
           
 

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

Methods in com.googlecode.wickedcharts.highcharts.options.livedata that return Options
 Options LiveDataSeries.getParentOptions()
           
 

Constructors in com.googlecode.wickedcharts.highcharts.options.livedata with parameters of type Options
LiveDataSeries(Options parentOptions, int updateIntervalMs)
          Constructs a new LiveDataSeries.
 

Uses of Options in com.googlecode.wickedcharts.highcharts.options.processing
 

Methods in com.googlecode.wickedcharts.highcharts.options.processing that return types with arguments of type Options
 List<Options> OptionsProcessorContext.getDrilldownOptions()
          Gets the list of Options that are the target of a drill down.
 

Methods in com.googlecode.wickedcharts.highcharts.options.processing with parameters of type Options
 void IOptionsProcessor.processOptions(Options options, OptionsProcessorContext context)
          Processes the given Options.
 void IdGeneratorProcessor.processOptions(Options options, OptionsProcessorContext context)
           
 

Constructors in com.googlecode.wickedcharts.highcharts.options.processing with parameters of type Options
OptionsProcessorContext(Options options)
           
 

Uses of Options in com.googlecode.wickedcharts.highcharts.options.util
 

Methods in com.googlecode.wickedcharts.highcharts.options.util with parameters of type Options
 void OptionsUtil.copyRenderTo(Options from, Options to)
          Copies the renderTo configuration from one Options object to another.
static Axis OptionsUtil.getAxisWithWickedChartsId(Options options, int wickedChartsId)
           
static Point OptionsUtil.getPointWithWickedChartsId(Options options, int wickedChartsId)
          Retrieves the Point object with the given wickedChartsId from the given Options object.
static Series<?> OptionsUtil.getSeriesWithWickedChartsId(Options options, int wickedChartsId)
          Retrieves the Series object with the given wickedChartsId from the given Options object.
static boolean OptionsUtil.needsExportingJs(Options options)
          Checks if the specified Options object needs the javascript file "exporting.js" to work properly.
static boolean OptionsUtil.needsHighchartsMoreJs(Options options)
          Checks if the specified Options object needs the javascript file "highcharts-more.js" to work properly.
 void OptionsUtil.setChartEventsLoad(Options options, Function function)
          Null-safe setter for the chart.events.load configuration.
 void OptionsUtil.setRenderTo(Options options, String renderTo)
          Null-safe setter for the renderTo configuration.
 

Uses of Options in com.googlecode.wickedcharts.highcharts.theme
 

Subclasses of Options in com.googlecode.wickedcharts.highcharts.theme
 class DarkBlueTheme
           
 class GrayTheme
          Gray theme as displayed in the Highcharts demo at http://www.highcharts.com/demo/column-stacked-and-grouped/gray
 class GridTheme
          Grid theme as displayed in the Highcharts demo at http://www.highcharts.com/demo/column-stacked-and-grouped/grid
 class SkiesTheme
          Theme as displayed in the Highcharts demo at http://www.highcharts.com/demo/area-basic/skies
 class Theme
          A theme can define any of the general Options and thus centralize all theme-relevant options in a single object.
 



Copyright © 2013. All Rights Reserved.