|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RampDefinition.Algorithm | |
---|---|
com.esri.core.internal.value |
Uses of RampDefinition.Algorithm in com.esri.core.internal.value |
---|
Methods in com.esri.core.internal.value that return RampDefinition.Algorithm | |
---|---|
static RampDefinition.Algorithm |
RampDefinition.Algorithm.fromString(String v)
Gets an alogorithm from a string. |
RampDefinition.Algorithm |
AlgorithmicColorRamp.getAlgorithm()
Gets the algorithm used to generate intermediate colors between the from color and the to color. |
RampDefinition.Algorithm |
RampDefinition.getAlgorithm()
Gets the algorithm used to generate intermediate colors between the from color and the to color. |
static RampDefinition.Algorithm |
RampDefinition.Algorithm.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static RampDefinition.Algorithm[] |
RampDefinition.Algorithm.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.esri.core.internal.value with parameters of type RampDefinition.Algorithm | |
---|---|
void |
AlgorithmicColorRamp.setAlgorithm(RampDefinition.Algorithm algorithm)
Sets the algorithm used to generate intermediate colors between the from color and the to color. |
void |
RampDefinition.setAlgorithm(RampDefinition.Algorithm algorithm)
Sets the algorithm used to generate intermediate colors between the from color and the to color. |
Constructors in com.esri.core.internal.value with parameters of type RampDefinition.Algorithm | |
---|---|
AlgorithmicColorRamp(int from,
int to,
RampDefinition.Algorithm algorithm)
Instantiates a new algorithmic color ramp using the given from and to colors and the given algorithm. |
|
RampDefinition(int from,
int to,
RampDefinition.Algorithm algorithm)
Instantiates a new ramp definition with the given from and to colors and the given algorithm. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |