![JAR search and dependency download from the Maven repository](/logo.png)
eu.hansolo.steelseries.gauges.RadialCounterBeanInfo 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.
The newest version!
package eu.hansolo.steelseries.gauges;
/**
*
* @author hansolo
*/
public class RadialCounterBeanInfo extends java.beans.SimpleBeanInfo {
@Override
public java.awt.Image getIcon(final int ICON_TYPE) {
switch (ICON_TYPE) {
case ICON_COLOR_16x16:
return loadImage("/eu/hansolo/steelseries/resources/RadialCounter16.png");
case ICON_COLOR_32x32:
return loadImage("/eu/hansolo/steelseries/resources/RadialCounter32.png");
case ICON_MONO_16x16:
return null;
case ICON_MONO_32x32:
return null;
default:
return null;
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy