com.esri.arcgis.display
Interface IAlgorithmicColorRamp

All Superinterfaces:
IColorRamp, java.io.Serializable
All Known Implementing Classes:
AlgorithmicColorRamp, IAlgorithmicColorRampProxy

public interface IAlgorithmicColorRamp
extends IColorRamp, java.io.Serializable

COM Interface 'IAlgorithmicColorRamp'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDisplay.olb'

Description: 'Provides access to members that control the AlgorithmicColorRamp. A color ramp defined by two colors and the algorithm used to traverse the intervening color space between them.' 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 IIDbeb87096_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
 int getAlgorithm()
          The algorithm used to ramp between the first and last colors.
 IColor getFromColor()
          The first color in the color ramp.
 IColor getToColor()
          The last color in the color ramp.
 void setAlgorithm(int algorithm)
          The algorithm used to ramp between the first and last colors.
 void setFromColor(IColor color)
          The first color in the color ramp.
 void setToColor(IColor color)
          The last color in the color ramp.
 
Methods inherited from interface com.esri.arcgis.display.IColorRamp
createRamp, getColor, getColors, getName, getSize, setName, setSize
 

Field Detail

IIDbeb87096_c0b4_11d0_8379_080009b996cc

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

getFromColor

IColor getFromColor()
                    throws java.io.IOException,
                           AutomationException
The first color in the color ramp.

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

setFromColor

void setFromColor(IColor color)
                  throws java.io.IOException,
                         AutomationException
The first color in the color ramp.

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

getToColor

IColor getToColor()
                  throws java.io.IOException,
                         AutomationException
The last color in the color ramp.

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

setToColor

void setToColor(IColor color)
                throws java.io.IOException,
                       AutomationException
The last color in the color ramp.

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

setAlgorithm

void setAlgorithm(int algorithm)
                  throws java.io.IOException,
                         AutomationException
The algorithm used to ramp between the first and last colors.

Parameters:
algorithm - A com.esri.arcgis.display.esriColorRampAlgorithm constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAlgorithm

int getAlgorithm()
                 throws java.io.IOException,
                        AutomationException
The algorithm used to ramp between the first and last colors.

Returns:
A com.esri.arcgis.display.esriColorRampAlgorithm constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.