All Downloads are FREE. Search and download functionalities are using the official Maven repository.

eu.hansolo.steelseries.tools.FrameDesign Maven / Gradle / Ivy

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,
    NO_FRAME,
    CUSTOM
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy