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

org.icefaces.ace.component.chart.HighlighterTooltipAxes Maven / Gradle / Ivy

There is a newer version: 4.3.0
Show newest version
package org.icefaces.ace.component.chart;

/**
 * Created with IntelliJ IDEA.
 * User: Nils
 * Date: 5/15/12
 * Time: 10:27 AM
 * To change this template use File | Settings | File Templates.
 */
public enum HighlighterTooltipAxes {
    XY, YX, X, Y;

    @Override
    public String toString() {
        return super.toString().toLowerCase();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy