|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IMultiPartColorRamp
Provides access to members that control the MultiPartColorRamp. A color ramp defined by a list of constituent color ramps.
IPresetColorRamp,
IMultiPartColorRamp,
IAlgorithmicColorRamp,
IColorRamp.getColor(int),
IRandomColorRamp,
IColorRamp.createRamp(boolean[]),
IColorRamp| Method Summary | |
|---|---|
void |
addRamp(IColorRamp colorRamp)
Adds a color ramp to the list. |
int |
getNumberOfRamps()
The number of constituent color ramps. |
IColorRamp |
getRamp(int index)
The color ramp at the index position. |
void |
removeRamp(int index)
Removes the color ramp located at the index position. |
void |
setRamp(int index,
IColorRamp colorRamp)
The color ramp at the index position. |
| Methods inherited from interface com.esri.arcgis.display.IColorRamp |
|---|
createRamp, getColor, getColors, getName, getSize, setName, setSize |
| Method Detail |
|---|
void setRamp(int index,
IColorRamp colorRamp)
throws IOException,
AutomationException
index - The index (in)colorRamp - A reference to a com.esri.arcgis.display.IColorRamp (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IColorRamp getRamp(int index)
throws IOException,
AutomationException
index - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void addRamp(IColorRamp colorRamp)
throws IOException,
AutomationException
colorRamp - A reference to a com.esri.arcgis.display.IColorRamp (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void removeRamp(int index)
throws IOException,
AutomationException
index - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getNumberOfRamps()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||