public interface IColorDescription
extends java.io.Serializable
Description: 'Provides access to members that control the basic color interface.' 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 |
IID54624289_e314_4d7f_85a3_53ddfc57cf55 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
byte |
getAlpha()
The Alpha Blending value.
|
int |
getRGB()
The RGB value of color.
|
void |
setAlpha(byte alphaValue)
The Alpha Blending value.
|
void |
setRGB(int rGB)
The RGB value of color.
|
static final int IID54624289_e314_4d7f_85a3_53ddfc57cf55
static final int xxDummy
static final java.lang.String IID
void setRGB(int rGB) throws java.io.IOException, AutomationException
rGB
- The rGB (A COM typedef) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getRGB() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setAlpha(byte alphaValue) throws java.io.IOException, AutomationException
alphaValue
- An unsigned byte (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.byte getAlpha() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.