|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IHsvColor
Provides access to members that control the HSV color values.

IHsvColor,
IHlsColor| 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 |
| Method Detail |
|---|
void setHue(int hue)
throws IOException,
AutomationException
hue - The hue (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getHue()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSaturation(int saturation)
throws IOException,
AutomationException
saturation - The saturation (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getSaturation()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setValue(int value)
throws IOException,
AutomationException
value - The value (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getValue()
throws IOException,
AutomationException
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 | ||||||||