eu.hansolo.steelseries.tools.FrameDesign 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.
package eu.hansolo.steelseries.tools;
/**
* Simply enum to define the different looks for the
* frames of the components. The real colors and gradients
* are defined in the drawing methods of the components.
* @author hansolo
*/
public enum FrameDesign
{
BLACK_METAL,
METAL,
SHINY_METAL,
BRASS,
STEEL,
GOLD,
NO_FRAME,
CUSTOM
}