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

com.github.highcharts4gwt.model.highcharts.object.jso.JsoElement Maven / Gradle / Ivy

There is a newer version: 0.0.7
Show newest version

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() { } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy