|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterDiscreteColorRenderer
Provides access to methods that control a raster discrete color renderer.
This interface is new at ArcGIS 9.3.
Method Summary | |
---|---|
int |
getNumColors()
The number of colors. |
void |
setColormap(IRasterColormap rhs1)
The custom colormap. |
void |
setNumColors(int pNumColors)
The number of colors. |
Method Detail |
---|
void setNumColors(int pNumColors) throws IOException, AutomationException
pNumColors
- The pNumColors (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getNumColors() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setColormap(IRasterColormap rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geodatabase.IRasterColormap (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 |