org.icefaces.ace.component.chart.HighlighterTooltipAxes Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of icefaces-ace Show documentation
Show all versions of icefaces-ace Show documentation
The advanced component library for ICEfaces.
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