|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IPresetColorRamp
Provides access to members that control the PresetColorRamp. A color ramp that must contain exactly 13 preset colors.
IPresetColorRamp,
IMultiPartColorRamp,
IAlgorithmicColorRamp,
IColorRamp.getColor(int),
IRandomColorRamp,
IColorRamp.createRamp(boolean[]),
IColorRamp| Method Summary | |
|---|---|
int |
getNumberOfPresetColors()
The number of valid colors in the color ramp. |
IColor |
getPresetColor(int index)
The color at the index position. |
void |
setPresetColor(int index,
IColor color)
The color at the index position. |
| Methods inherited from interface com.esri.arcgis.display.IColorRamp |
|---|
createRamp, getColor, getColors, getName, getSize, setName, setSize |
| Method Detail |
|---|
void setPresetColor(int index,
IColor color)
throws IOException,
AutomationException
index - The index (in)color - A reference to a com.esri.arcgis.display.IColor (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IColor getPresetColor(int index)
throws IOException,
AutomationException
index - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getNumberOfPresetColors()
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 | ||||||||