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