|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<RampDefinition.Algorithm> com.esri.core.internal.value.RampDefinition.Algorithm
public static enum RampDefinition.Algorithm
Defines an algorithm used by a map server to generate a color ramp given starting and ending colors. One of:
Enum Constant Summary | |
---|---|
CIELab
|
|
HSV
|
|
LabLCh
|
Method Summary | |
---|---|
static RampDefinition.Algorithm |
fromString(String v)
Gets an alogorithm from a string. |
String |
getValue()
Gets the value as a string converted to the arcobjects enum equivalent. |
String |
toString()
|
static RampDefinition.Algorithm |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static RampDefinition.Algorithm[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final RampDefinition.Algorithm HSV
public static final RampDefinition.Algorithm CIELab
public static final RampDefinition.Algorithm LabLCh
Method Detail |
---|
public static RampDefinition.Algorithm[] values()
for (RampDefinition.Algorithm c : RampDefinition.Algorithm.values()) System.out.println(c);
public static RampDefinition.Algorithm valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic String getValue()
public String toString()
toString
in class Enum<RampDefinition.Algorithm>
public static RampDefinition.Algorithm fromString(String v)
v
- the string
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |