org.icefaces.ace.component.chart.Location 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;
public enum Location {
NW, N, NE, E, SE, S, SW, W;
@Override
public String toString() {
return super.toString().toLowerCase();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy