public enum StiGaugeElemenType extends java.lang.Enum<StiGaugeElemenType>
| Enum Constant and Description |
|---|
All |
LinearElement |
RadialElement |
| Modifier and Type | Method and Description |
|---|---|
static StiGaugeElemenType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiGaugeElemenType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StiGaugeElemenType LinearElement
public static final StiGaugeElemenType RadialElement
public static final StiGaugeElemenType All
public static StiGaugeElemenType[] values()
for (StiGaugeElemenType c : StiGaugeElemenType.values()) System.out.println(c);
public static StiGaugeElemenType 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.