public enum StiColorScaleType extends java.lang.Enum<StiColorScaleType>
| Enum Constant and Description |
|---|
Color2
Color scale with two colors.
|
Color3
Color scale with three colors.
|
| Modifier and Type | Method and Description |
|---|---|
static StiColorScaleType |
forValue(int value) |
int |
getValue() |
static StiColorScaleType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiColorScaleType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StiColorScaleType Color2
public static final StiColorScaleType Color3
public static StiColorScaleType[] values()
for (StiColorScaleType c : StiColorScaleType.values()) System.out.println(c);
public static StiColorScaleType 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 nullpublic int getValue()
public static StiColorScaleType forValue(int value)
Copyright © 2019 Stimulsoft. All Rights Reserved.