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

Packages that use TreemapPlotOptions
org.moxieapps.gwt.highcharts.client This is the core package of the library, which includes the Chart and StockChart classes which most applications will want to start with when using Highcharts or Highstock visualizations. 
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 TreemapPlotOptions in org.moxieapps.gwt.highcharts.client
 

Methods in org.moxieapps.gwt.highcharts.client with parameters of type TreemapPlotOptions
 T BaseChart.setTreemapPlotOptions(TreemapPlotOptions treemapPlotOptions)
          Updates the options that all treemap type series within the chart will use by default.
 

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

Methods in org.moxieapps.gwt.highcharts.client.plotOptions that return TreemapPlotOptions
 TreemapPlotOptions TreemapPlotOptions.setAllowDrillToNode(boolean allowDrillToNode)
          Convenience method for setting the 'allowDrillToNode' option of the treemap.
 TreemapPlotOptions TreemapPlotOptions.setAlternateStartingDirection(boolean alternateStartingDirection)
          Convenience method for setting the 'alternateStartingDirection' option of the treemap.
 TreemapPlotOptions TreemapPlotOptions.setInteractByLeaf(boolean interactByLeaf)
          Convenience method for setting the 'interactByLeaf' option of the treemap.
 TreemapPlotOptions TreemapPlotOptions.setLayoutAlgorithm(TreemapPlotOptions.LayoutAlgorithm layoutAlgorithm)
          Convenience method for setting the 'layoutAlgorithm' option of the treemap.
 TreemapPlotOptions TreemapPlotOptions.setLayoutStartingDirection(TreemapPlotOptions.LayoutStartingDirection layoutStartingDirection)
          Convenience method for setting the 'layoutStartingDirection' option of the treemap.
 TreemapPlotOptions TreemapPlotOptions.setLevelIsConstant(boolean levelIsConstant)
          Convenience method for setting the 'levelIsConstant' option of the treemap.
 TreemapPlotOptions TreemapPlotOptions.setLevels(TreemapPlotOptions.Level... levels)
          Convenience method for setting the 'levels' option of the treemap.
 



Copyright © 2015. All Rights Reserved.