com.stimulsoft.report.infographics.gauge
Enum StiNeedleSkin
java.lang.Object
java.lang.Enum<StiNeedleSkin>
com.stimulsoft.report.infographics.gauge.StiNeedleSkin
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<StiNeedleSkin>
public enum StiNeedleSkin
- extends java.lang.Enum<StiNeedleSkin>
Copyright Stimulsoft
Method Summary |
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. |
Methods inherited from class java.lang.Enum |
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
DefaultNeedle
public static final StiNeedleSkin DefaultNeedle
SpeedometerNeedle
public static final StiNeedleSkin SpeedometerNeedle
SpeedometerNeedle2
public static final StiNeedleSkin SpeedometerNeedle2
SimpleNeedle
public static final StiNeedleSkin SimpleNeedle
values
public static StiNeedleSkin[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (StiNeedleSkin c : StiNeedleSkin.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static StiNeedleSkin valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null