eu.hansolo.steelseries.tools.TicklabelOrientation Maven / Gradle / Ivy
package eu.hansolo.steelseries.tools;
/**
* @author Gerrit Grunwald
*/
public enum TicklabelOrientation {
NORMAL,
HORIZONTAL,
TANGENT
}
package eu.hansolo.steelseries.tools;
/**
* @author Gerrit Grunwald
*/
public enum TicklabelOrientation {
NORMAL,
HORIZONTAL,
TANGENT
}