br.com.digilabs.jqplot.axis.AxisString 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/).
The newest version!
package br.com.digilabs.jqplot.axis;
/**
*
* Default implementation of Axis.
*
* @author inaiat
*
*/
public class AxisString extends Axis {
/** The Constant serialVersionUID. */
private static final long serialVersionUID = 114531921624782727L;
}