Class PieChart

  • All Implemented Interfaces:
    com.google.gwt.event.dom.client.HasClickHandlers, 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>, HasAnimationCompleteHandlers, HasDataSelectionEventHandlers, HasAnimation, HasScale, HasTooltip, IsResponsive

    public class PieChart
    extends ChartWithScale
    • Constructor Detail

      • PieChart

        public PieChart()
    • Method Detail

      • draw

        public void draw()
        Description copied from class: Chart
        Method preparing data and invoking native draw method
        This method should not be overridden by sub-classes
        Specified by:
        draw in class Chart
      • update

        public void update()
        Description copied from class: Chart
        Method re-drawing chart widget without re-requesting data from data provider.
        To update data call Chart.reload() method instead
        Specified by:
        update in class Chart
      • reload

        public void reload()
        Description copied from class: Chart
        Method requesting data from data provider and re-drawing chart.
        Specified by:
        reload in class Chart