|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IHlsColor
COM Interface 'IHlsColor'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDisplay.olb'
Description: 'Provides access to members that control the HLS color model.' 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 |
IID7ee9c491_d123_11d0_8383_080009b996cc
|
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 IHlsColor (0-360). |
int |
getLightness()
The lightness component of an IHlsColor (0-100). |
int |
getSaturation()
The saturation component of an HlslColor (0-100). |
void |
setHue(int hue)
The hue component of an IHlsColor (0-360). |
void |
setLightness(int lightness)
The lightness component of an IHlsColor (0-100). |
void |
setSaturation(int saturation)
The saturation component of an HlslColor (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 IID7ee9c491_d123_11d0_8383_080009b996cc
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 setLightness(int lightness)
throws java.io.IOException,
AutomationException
lightness - The lightness (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getLightness()
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||