All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.highcharts4gwt.model.highcharts.option.jso.seriesheatmap.JsoSeriesHeatmapAfterAnimateEvent Maven / Gradle / Ivy

There is a newer version: 0.0.7
Show newest version

package com.github.highcharts4gwt.model.highcharts.option.jso.seriesheatmap;

import com.github.highcharts4gwt.model.highcharts.object.api.Series;
import com.github.highcharts4gwt.model.highcharts.option.api.seriesheatmap.SeriesHeatmapAfterAnimateEvent;
import com.google.gwt.dom.client.NativeEvent;

public class JsoSeriesHeatmapAfterAnimateEvent
    extends NativeEvent
    implements SeriesHeatmapAfterAnimateEvent
{


    protected JsoSeriesHeatmapAfterAnimateEvent() {
    }

    public final native Series series()
        throws RuntimeException /*-{
        return this.source;
    }-*/
    ;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy