|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterRGBRenderer2
Provides access to additional members which control the raster Red/Green/Blue renderer.
This interface is new at ArcGIS 9.3. It supersedes IRasterRGBRenderer.
Method Summary | |
---|---|
int |
getAlphaBandIndex()
The band to be represented in Alpha. |
boolean |
isUseAlphaBand()
Indicates if the Alpha band is used. |
void |
setAlphaBandIndex(int pIndex)
The band to be represented in Alpha. |
void |
setUseAlphaBand(boolean pUse)
Indicates if the Alpha band is used. |
Methods inherited from interface com.esri.arcgis.carto.IRasterRGBRenderer |
---|
getBlueBandIndex, getGreenBandIndex, getRedBandIndex, isUseBlueBand, isUseGreenBand, isUseRedBand, queryBandIndices, setBandIndices, setBlueBandIndex, setGreenBandIndex, setRedBandIndex, setUseBlueBand, setUseGreenBand, setUseRedBand |
Method Detail |
---|
int getAlphaBandIndex() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAlphaBandIndex(int pIndex) throws IOException, AutomationException
pIndex
- The pIndex (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isUseAlphaBand() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUseAlphaBand(boolean pUse) throws IOException, AutomationException
pUse
- The pUse (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 |