|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IMultiPartColorRamp
COM Interface 'IMultiPartColorRamp'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDisplay.olb'
Description: 'Provides access to members that control the MultiPartColorRamp. A color ramp defined by a list of constituent color ramps.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDbeb87098_c0b4_11d0_8379_080009b996cc
|
static int |
xxDummy
Deprecated. Internal use only |
| Fields inherited from interface com.esri.arcgis.display.IColorRamp |
|---|
IIDbeb87091_c0b4_11d0_8379_080009b996cc |
| 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 |
| Field Detail |
|---|
static final int IIDbeb87098_c0b4_11d0_8379_080009b996cc
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
void setRamp(int index,
IColorRamp colorRamp)
throws java.io.IOException,
AutomationException
index - The index (in)colorRamp - A reference to a com.esri.arcgis.display.IColorRamp (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IColorRamp getRamp(int index)
throws java.io.IOException,
AutomationException
index - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void addRamp(IColorRamp colorRamp)
throws java.io.IOException,
AutomationException
colorRamp - A reference to a com.esri.arcgis.display.IColorRamp (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void removeRamp(int index)
throws java.io.IOException,
AutomationException
index - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getNumberOfRamps()
throws java.io.IOException,
AutomationException
java.io.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 | ||||||||