public interface IRGB32ToRGBFunctionArguments
extends java.io.Serializable
Description: 'Provides access to members that control RGB32ToRGB function arguments.' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDae92b353_b8f9_4866_a06e_0b0f5a3d23eb |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getRaster()
The source raster object.
|
boolean |
isUseAlpha()
Use Alpha channel.
|
void |
setRasterByRef(java.lang.Object ppRaster)
The source raster object.
|
void |
setUseAlpha(boolean pUseAlpha)
Use Alpha channel.
|
static final int IIDae92b353_b8f9_4866_a06e_0b0f5a3d23eb
static final int xxDummy
static final java.lang.String IID
java.lang.Object getRaster() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRasterByRef(java.lang.Object ppRaster) throws java.io.IOException, AutomationException
ppRaster
- A reference to another Object (IUnknown) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isUseAlpha() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setUseAlpha(boolean pUseAlpha) throws java.io.IOException, AutomationException
pUseAlpha
- The pUseAlpha (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.