com.github.highcharts4gwt.model.highcharts.object.jso.JsoElement 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.
package com.github.highcharts4gwt.model.highcharts.object.jso;
import com.github.highcharts4gwt.model.highcharts.object.api.Element;
import com.google.gwt.core.client.JavaScriptObject;
/**
* The Element class is a JavaScript wrapper for SVG elements used in the rendering layer of Highchart. Combined with the Renderer object, these elements allows freeform annotation in the charts or even in your HTML pages without creating a chart at all.
*
*/
public class JsoElement
extends JavaScriptObject
implements Element
{
protected JsoElement() {
}
}