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

Packages that use TreemapPlotOptions.LayoutAlgorithm
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.LayoutAlgorithm in org.moxieapps.gwt.highcharts.client.plotOptions
 

Methods in org.moxieapps.gwt.highcharts.client.plotOptions that return TreemapPlotOptions.LayoutAlgorithm
static TreemapPlotOptions.LayoutAlgorithm TreemapPlotOptions.LayoutAlgorithm.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TreemapPlotOptions.LayoutAlgorithm[] TreemapPlotOptions.LayoutAlgorithm.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.moxieapps.gwt.highcharts.client.plotOptions with parameters of type TreemapPlotOptions.LayoutAlgorithm
 TreemapPlotOptions TreemapPlotOptions.setLayoutAlgorithm(TreemapPlotOptions.LayoutAlgorithm layoutAlgorithm)
          Convenience method for setting the 'layoutAlgorithm' option of the treemap.
 TreemapPlotOptions.Level TreemapPlotOptions.Level.setLayoutAlgorithm(TreemapPlotOptions.LayoutAlgorithm layoutAlgorithm)
          Convenience method for setting the 'layoutAlgorithm' option of the level.
 



Copyright © 2015. All Rights Reserved.