|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ColorRamp | |
---|---|
com.esri.core.internal.value |
Uses of ColorRamp in com.esri.core.internal.value |
---|
Subclasses of ColorRamp in com.esri.core.internal.value | |
---|---|
class |
AlgorithmicColorRamp
This class defines an algorithmically generated color ramp to be used by a server when generating a class breaks or unique value renderer. |
class |
MultipartColorRamp
This class contains a list of ColorRamp instances and is
intended to be used to define non-contiguous color ramps. |
Methods in com.esri.core.internal.value that return ColorRamp | |
---|---|
ColorRamp |
MultipartColorRamp.get(int index)
|
ColorRamp |
ClassificationDef.getColorRamp()
Gets the color ramp that the requested renderer will use to set the symbol colors. |
ColorRamp |
MultipartColorRamp.remove(int index)
|
ColorRamp |
MultipartColorRamp.set(int index,
ColorRamp element)
|
Methods in com.esri.core.internal.value that return types with arguments of type ColorRamp | |
---|---|
Iterator<ColorRamp> |
MultipartColorRamp.iterator()
|
ListIterator<ColorRamp> |
MultipartColorRamp.listIterator()
|
ListIterator<ColorRamp> |
MultipartColorRamp.listIterator(int index)
|
List<ColorRamp> |
MultipartColorRamp.subList(int fromIndex,
int toIndex)
|
Methods in com.esri.core.internal.value with parameters of type ColorRamp | |
---|---|
boolean |
MultipartColorRamp.add(ColorRamp colorRamp)
|
void |
MultipartColorRamp.add(int index,
ColorRamp element)
|
ColorRamp |
MultipartColorRamp.set(int index,
ColorRamp element)
|
void |
ClassificationDef.setColorRamp(ColorRamp colorRamp)
Sets the color ramp that the requested renderer will use to set the symbol colors. |
Method parameters in com.esri.core.internal.value with type arguments of type ColorRamp | |
---|---|
boolean |
MultipartColorRamp.addAll(Collection<? extends ColorRamp> c)
|
boolean |
MultipartColorRamp.addAll(int index,
Collection<? extends ColorRamp> c)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |