br.com.digilabs.jqplot.renderer.Renderer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jqplot4java Show documentation
Show all versions of jqplot4java Show documentation
This project provides a Java library for utilizing JqPlot Pure Javascript (http://www.jqplot.com/).
package br.com.digilabs.jqplot.renderer;
import br.com.digilabs.jqplot.JqPlotResources;
import br.com.digilabs.jqplot.elements.Element;
/**
* The Interface Renderer.
*/
@Deprecated
public interface Renderer extends Element {
/**
* Resource.
*
* @return the jqplot resource
*/
JqPlotResources resource();
}