|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IColorRampSymbol
Provides access to members that control ColorRamp symbolization.
| 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 |
| Method Detail |
|---|
IColorRamp getColorRamp()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setColorRamp(IColorRamp colorRamp)
throws IOException,
AutomationException
colorRamp - A reference to a com.esri.arcgis.display.IColorRamp (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setColorRampInLegendGroup(IColorRamp rhs1)
throws IOException,
AutomationException
rhs1 - A reference to a com.esri.arcgis.display.IColorRamp (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isInvert()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setInvert(boolean invert)
throws IOException,
AutomationException
invert - The invert (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getLegendClassIndex()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLegendClassIndex(int index)
throws IOException,
AutomationException
index - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ILegendGroup getLegendGroup()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLegendGroupByRef(ILegendGroup ppLegendGroup)
throws IOException,
AutomationException
ppLegendGroup - A reference to a com.esri.arcgis.carto.ILegendGroup (in)
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 | ||||||||