eu.hansolo.steelseries.tools.PostPosition Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of SteelSeries Show documentation
Show all versions of SteelSeries Show documentation
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, indicators from cars and some instruments from airplanes and
sailboats.
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package eu.hansolo.steelseries.tools;
/**
*
* @author hansolo
*/
public enum PostPosition
{
MAX_CENTER_TOP,
MAX_RIGHT,
MIN_BOTTOM,
MAX_BOTTOM,
MAX_CENTER_BOTTOM,
LOWER_CENTER,
MIN_LEFT,
CENTER,
SMALL_GAUGE_MAX_RIGHT,
SMALL_GAUGE_MIN_LEFT
}