![JAR search and dependency download from the Maven repository](/logo.png)
eu.hansolo.steelseries.tools.SmoothingFunction 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.
package eu.hansolo.steelseries.tools;
public enum SmoothingFunction {
CONTINUOUS_AVERAGE,
CUBIC_SPLINE,
HERMITE,
COSINUS;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy