Class TreeMapChartWidget

  • All Implemented Interfaces:
    com.google.gwt.event.logical.shared.HasAttachHandlers, com.google.gwt.event.shared.HasHandlers, com.google.gwt.user.client.EventListener, com.google.gwt.user.client.ui.AcceptsOneWidget, com.google.gwt.user.client.ui.HasOneWidget, com.google.gwt.user.client.ui.HasVisibility, com.google.gwt.user.client.ui.HasWidgets, com.google.gwt.user.client.ui.HasWidgets.ForIsWidget, com.google.gwt.user.client.ui.IsWidget, Iterable<com.google.gwt.user.client.ui.Widget>, IsChart, IsDatasetCreator<TreeMapDataset>

    public class TreeMapChartWidget
    extends AbstractChartWidget<TreeMapChart>
    implements IsDatasetCreator<TreeMapDataset>
    TREEMAP chart GWT WIDGET implementation.
    A treemap chart is used for displaying hierarchical data using nested figures, usually rectangles.
    Author:
    Andrea "Stock" Stocchero
    • Constructor Detail

      • TreeMapChartWidget

        public TreeMapChartWidget()
        Builds the object.
      • TreeMapChartWidget

        protected TreeMapChartWidget​(TreeMapChart extendedChart)
        Builds the chart.
        This is must be extended for controller which are based on this chart.
        Parameters:
        extendedChart - new chart
    • Method Detail

      • getOptions

        public TreeMapOptions getOptions()
        Description copied from interface: IsChart
        Returns the options of chart.
        Specified by:
        getOptions in interface IsChart
        Returns:
        the options of chart.
      • register

        public static void register()
        Registers the TREEMAP controller in CHART.JS.