
eu.hansolo.steelseries.gauges.LinearBeanInfo Maven / Gradle / Ivy
Go to download
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.gauges;
/**
*
* @author hansolo
*/
public class LinearBeanInfo 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/Linear16.png");
case ICON_COLOR_32x32:
return loadImage("/eu/hansolo/steelseries/resources/Linear32.png");
case ICON_MONO_16x16:
return null;
case ICON_MONO_32x32:
return null;
default:
return null;
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy