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

br.com.digilabs.jqplot.elements.Location Maven / Gradle / Ivy

Go to download

This project provides a Java library for utilizing JqPlot Pure Javascript (http://www.jqplot.com/).

There is a newer version: 1.3.3
Show newest version
package br.com.digilabs.jqplot.elements;

/**
 * @author balamaci
 */
public enum Location {

    n,
    ne,
    e,
    se,
    s,
    sw,
    w,
    nw

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy