com.esri.arcgis.carto
Interface IColorRampSymbol

All Superinterfaces:
IFillSymbol, java.io.Serializable
All Known Subinterfaces:
IColorRampSymbol2
All Known Implementing Classes:
ColorRampSymbol, IColorRampSymbol2Proxy, IColorRampSymbolProxy

public interface IColorRampSymbol
extends IFillSymbol, java.io.Serializable

COM Interface 'IColorRampSymbol'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control ColorRamp symbolization.' 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 IID1272e1b0_204c_11d3_a3f2_0004ac1b1d86
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.display.IFillSymbol
IIDe6bdaa7e_4d35_11d0_98be_00805f7ced21
 
Method Summary
 IColorRamp getColorRamp()
          Current color ramp.
 int getLegendClassIndex()
          Ordinal number of the legend class for the symbol (0,1,2).
 ILegendGroup getLegendGroup()
          Legend group of the symbol.
 boolean isInvert()
          Indicates whether to invert.
 void setColorRamp(IColorRamp colorRamp)
          Current color ramp.
 void setColorRampInLegendGroup(IColorRamp rhs1)
          Not documented.
 void setInvert(boolean invert)
          Indicates whether to invert.
 void setLegendClassIndex(int index)
          Ordinal number of the legend class for the symbol (0,1,2).
 void setLegendGroupByRef(ILegendGroup ppLegendGroup)
          Legend group of the symbol.
 
Methods inherited from interface com.esri.arcgis.display.IFillSymbol
getColor, getOutline, setColor, setOutline
 

Field Detail

IID1272e1b0_204c_11d3_a3f2_0004ac1b1d86

static final int IID1272e1b0_204c_11d3_a3f2_0004ac1b1d86
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

getColorRamp

IColorRamp getColorRamp()
                        throws java.io.IOException,
                               AutomationException
Current color ramp.

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.

setColorRamp

void setColorRamp(IColorRamp colorRamp)
                  throws java.io.IOException,
                         AutomationException
Current color ramp.

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.

setColorRampInLegendGroup

void setColorRampInLegendGroup(IColorRamp rhs1)
                               throws java.io.IOException,
                                      AutomationException
Not documented.

Parameters:
rhs1 - 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.

isInvert

boolean isInvert()
                 throws java.io.IOException,
                        AutomationException
Indicates whether to invert.

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

setInvert

void setInvert(boolean invert)
               throws java.io.IOException,
                      AutomationException
Indicates whether to invert.

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

getLegendClassIndex

int getLegendClassIndex()
                        throws java.io.IOException,
                               AutomationException
Ordinal number of the legend class for the symbol (0,1,2).

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

setLegendClassIndex

void setLegendClassIndex(int index)
                         throws java.io.IOException,
                                AutomationException
Ordinal number of the legend class for the symbol (0,1,2).

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

getLegendGroup

ILegendGroup getLegendGroup()
                            throws java.io.IOException,
                                   AutomationException
Legend group of the symbol.

Returns:
A reference to a com.esri.arcgis.carto.ILegendGroup
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLegendGroupByRef

void setLegendGroupByRef(ILegendGroup ppLegendGroup)
                         throws java.io.IOException,
                                AutomationException
Legend group of the symbol.

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