Uses of Class
org.moxieapps.gwt.highcharts.client.plotOptions.BaseMapOptions

Packages that use BaseMapOptions
org.moxieapps.gwt.highcharts.client.plotOptions Provides configuration objects that are used to control how each of the different series types will be rendered. 
 

Uses of BaseMapOptions in org.moxieapps.gwt.highcharts.client.plotOptions
 

Classes in org.moxieapps.gwt.highcharts.client.plotOptions with type parameters of type BaseMapOptions
 class BaseMapOptions<T extends BaseMapOptions>
          A common base class for HeatmapPlotOptions and other map plot types to prevent code duplication while still maintaining a cleaner way for the user to utilize the method chaining with the generics in place.
 

Subclasses of BaseMapOptions in org.moxieapps.gwt.highcharts.client.plotOptions
 class HeatmapPlotOptions
          represents the general plot options available for all heatmap type series, which can be set wither generically on the chart via the BaseChart.setHeatmapPlotOptions(HeatmapPlotOptions) method or directly on a series via the Series#setPlotOptions(PlotOptions

Note that these options are only needed if you want to specifically control the general options for all heatmap type series in the entire chart.

 class TreemapPlotOptions
          Represents the general plot options available for all treemap type series, which can be set either generically on the chart via the BaseChart.setTreemapPlotOptions(TreemapPlotOptions) method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
 



Copyright © 2015. All Rights Reserved.