com.esri.arcgis.display
Interface IHsvColor

All Superinterfaces:
IColor, java.io.Serializable
All Known Implementing Classes:
HsvColor, IHsvColorProxy

public interface IHsvColor
extends IColor, java.io.Serializable

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

IID20cd40b3_8f3d_11d0_8590_0800091a2a72

static final int IID20cd40b3_8f3d_11d0_8590_0800091a2a72
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setHue

void setHue(int hue)
            throws java.io.IOException,
                   AutomationException
The hue component of an IhsvColor (0-360).

Parameters:
hue - The hue (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getHue

int getHue()
           throws java.io.IOException,
                  AutomationException
The hue component of an IhsvColor (0-360).

Returns:
The hue
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSaturation

void setSaturation(int saturation)
                   throws java.io.IOException,
                          AutomationException
The saturation component of an IhsvColor (0-100).

Parameters:
saturation - The saturation (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSaturation

int getSaturation()
                  throws java.io.IOException,
                         AutomationException
The saturation component of an IhsvColor (0-100).

Returns:
The saturation
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setValue

void setValue(int value)
              throws java.io.IOException,
                     AutomationException
The value component of an IhsvColor (0-100).

Parameters:
value - The value (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getValue

int getValue()
             throws java.io.IOException,
                    AutomationException
The value component of an IhsvColor (0-100).

Returns:
The value
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.