|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IAlgorithmicColorRamp
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 |
|---|
static final int IIDbeb87096_c0b4_11d0_8379_080009b996cc
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
IColor getFromColor()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFromColor(IColor color)
throws java.io.IOException,
AutomationException
color - A reference to a com.esri.arcgis.display.IColor (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IColor getToColor()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setToColor(IColor color)
throws java.io.IOException,
AutomationException
color - A reference to a com.esri.arcgis.display.IColor (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAlgorithm(int algorithm)
throws java.io.IOException,
AutomationException
algorithm - A com.esri.arcgis.display.esriColorRampAlgorithm constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getAlgorithm()
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 | ||||||||