
eu.hansolo.steelseries.tools.Orientation Maven / Gradle / Ivy
Go to download
The SteelSeries is a javabeans component library that contains gauges.
You will find linear and radial gauges. In addition you will also find
digital displays.
package eu.hansolo.steelseries.tools;
/**
*
* @author Gerrit Grunwald
*/
public enum Orientation
{
NORTH,
NORTH_EAST,
EAST,
SOUTH_EAST,
SOUTH,
SOUTH_WEST,
WEST,
NORTH_WEST,
HORIZONTAL,
VERTICAL,
CENTER
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy