public enum StiNeedleSkin extends java.lang.Enum<StiNeedleSkin>
| Enum Constant and Description |
|---|
DefaultNeedle |
SimpleNeedle |
SpeedometerNeedle |
SpeedometerNeedle2 |
| Modifier and Type | Method and Description |
|---|---|
static StiNeedleSkin |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiNeedleSkin[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StiNeedleSkin DefaultNeedle
public static final StiNeedleSkin SpeedometerNeedle
public static final StiNeedleSkin SpeedometerNeedle2
public static final StiNeedleSkin SimpleNeedle
public static StiNeedleSkin[] values()
for (StiNeedleSkin c : StiNeedleSkin.values()) System.out.println(c);
public static StiNeedleSkin valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2019 Stimulsoft. All Rights Reserved.