com.esri.arcgis.display
Interface IMultiPartColorRamp

All Superinterfaces:
IColorRamp, java.io.Serializable
All Known Implementing Classes:
IMultiPartColorRampProxy, MultiPartColorRamp

public interface IMultiPartColorRamp
extends IColorRamp, java.io.Serializable

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

IIDbeb87098_c0b4_11d0_8379_080009b996cc

static final int IIDbeb87098_c0b4_11d0_8379_080009b996cc
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setRamp

void setRamp(int index,
             IColorRamp colorRamp)
             throws java.io.IOException,
                    AutomationException
The color ramp at the index position.

Parameters:
index - The index (in)
colorRamp - A reference to a com.esri.arcgis.display.IColorRamp (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRamp

IColorRamp getRamp(int index)
                   throws java.io.IOException,
                          AutomationException
The color ramp at the index position.

Parameters:
index - The index (in)
Returns:
A reference to a com.esri.arcgis.display.IColorRamp
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addRamp

void addRamp(IColorRamp colorRamp)
             throws java.io.IOException,
                    AutomationException
Adds a color ramp to the list.

Parameters:
colorRamp - A reference to a com.esri.arcgis.display.IColorRamp (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

removeRamp

void removeRamp(int index)
                throws java.io.IOException,
                       AutomationException
Removes the color ramp located at the index position.

Parameters:
index - The index (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNumberOfRamps

int getNumberOfRamps()
                     throws java.io.IOException,
                            AutomationException
The number of constituent color ramps.

Returns:
The count
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.