|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IHsvColor
COM Interface 'IHsvColor'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDisplay.olb'
Description: 'Provides access to members that control the HSV color values.' 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 =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID20cd40b3_8f3d_11d0_8590_0800091a2a72
|
static int |
xxDummy
Deprecated. Internal use only |
Fields inherited from interface com.esri.arcgis.display.IColor |
---|
IID20cd40b0_8f3d_11d0_8590_0800091a2a72 |
Method Summary | |
---|---|
int |
getHue()
The hue component of an IhsvColor (0-360). |
int |
getSaturation()
The saturation component of an IhsvColor (0-100). |
int |
getValue()
The value component of an IhsvColor (0-100). |
void |
setHue(int hue)
The hue component of an IhsvColor (0-360). |
void |
setSaturation(int saturation)
The saturation component of an IhsvColor (0-100). |
void |
setValue(int value)
The value component of an IhsvColor (0-100). |
Methods inherited from interface com.esri.arcgis.display.IColor |
---|
getCIELAB, getCMYK, getRGB, getTransparency, isNullColor, isUseWindowsDithering, setCIELAB, setCMYK, setNullColor, setRGB, setTransparency, setUseWindowsDithering |
Field Detail |
---|
static final int IID20cd40b3_8f3d_11d0_8590_0800091a2a72
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void setHue(int hue) throws java.io.IOException, AutomationException
hue
- The hue (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getHue() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSaturation(int saturation) throws java.io.IOException, AutomationException
saturation
- The saturation (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getSaturation() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setValue(int value) throws java.io.IOException, AutomationException
value
- The value (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getValue() throws java.io.IOException, AutomationException
java.io.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 |