com.github.highcharts4gwt.model.highcharts.option.jso.xaxis.JsoSetExtremesEvent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of highcharts Show documentation
Show all versions of highcharts Show documentation
GWT wrapper for highcharts library.
The newest version!
package com.github.highcharts4gwt.model.highcharts.option.jso.xaxis;
import com.github.highcharts4gwt.model.highcharts.object.api.Axis;
import com.github.highcharts4gwt.model.highcharts.option.api.xaxis.SetExtremesEvent;
import com.google.gwt.dom.client.NativeEvent;
public class JsoSetExtremesEvent
extends NativeEvent
implements SetExtremesEvent
{
protected JsoSetExtremesEvent() {
}
public final native Axis axis()
throws RuntimeException /*-{
return this.source;
}-*/
;
}