com.esri.arcgis.display
Interface IRandomColorRamp

All Superinterfaces:
IColorRamp, java.io.Serializable
All Known Implementing Classes:
IRandomColorRampProxy, RandomColorRamp

public interface IRandomColorRamp
extends IColorRamp, java.io.Serializable

COM Interface 'IRandomColorRamp'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDisplay.olb'

Description: 'Provides access to members that control the properties of a RandomColorRamp. A color ramp that is a list of randomly picked colors.' 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 IIDbeb87095_c0b4_11d0_8379_080009b996cc
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.display.IColorRamp
IIDbeb87091_c0b4_11d0_8379_080009b996cc
 
Method Summary
 int getEndHue()
          The end hue (0-360).
 int getMaxSaturation()
          The maximum saturation (0-100).
 int getMaxValue()
          The maximum value (0-100).
 int getMinSaturation()
          The minimum saturation (0-100).
 int getMinValue()
          The minimum value (0-100).
 int getSeed()
          The seed of the random number generator.
 int getStartHue()
          The start hue (0-360).
 boolean isUseSeed()
          Indicates if a seed is used when the ramp is generated.
 void setEndHue(int endHue)
          The end hue (0-360).
 void setMaxSaturation(int maxSaturation)
          The maximum saturation (0-100).
 void setMaxValue(int maxValue)
          The maximum value (0-100).
 void setMinSaturation(int minSaturation)
          The minimum saturation (0-100).
 void setMinValue(int minValue)
          The minimum value (0-100).
 void setSeed(int seed)
          The seed of the random number generator.
 void setStartHue(int startHue)
          The start hue (0-360).
 void setUseSeed(boolean useSeed)
          Indicates if a seed is used when the ramp is generated.
 
Methods inherited from interface com.esri.arcgis.display.IColorRamp
createRamp, getColor, getColors, getName, getSize, setName, setSize
 

Field Detail

IIDbeb87095_c0b4_11d0_8379_080009b996cc

static final int IIDbeb87095_c0b4_11d0_8379_080009b996cc
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

setSeed

void setSeed(int seed)
             throws java.io.IOException,
                    AutomationException
The seed of the random number generator.

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

getSeed

int getSeed()
            throws java.io.IOException,
                   AutomationException
The seed of the random number generator.

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

setUseSeed

void setUseSeed(boolean useSeed)
                throws java.io.IOException,
                       AutomationException
Indicates if a seed is used when the ramp is generated. Set this property to True without changing the Seed to generate identical color ramps in succession.

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

isUseSeed

boolean isUseSeed()
                  throws java.io.IOException,
                         AutomationException
Indicates if a seed is used when the ramp is generated. Set this property to True without changing the Seed to generate identical color ramps in succession.

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

setMinValue

void setMinValue(int minValue)
                 throws java.io.IOException,
                        AutomationException
The minimum value (0-100).

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

getMinValue

int getMinValue()
                throws java.io.IOException,
                       AutomationException
The minimum value (0-100).

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

setMaxValue

void setMaxValue(int maxValue)
                 throws java.io.IOException,
                        AutomationException
The maximum value (0-100).

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

getMaxValue

int getMaxValue()
                throws java.io.IOException,
                       AutomationException
The maximum value (0-100).

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

setMinSaturation

void setMinSaturation(int minSaturation)
                      throws java.io.IOException,
                             AutomationException
The minimum saturation (0-100).

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

getMinSaturation

int getMinSaturation()
                     throws java.io.IOException,
                            AutomationException
The minimum saturation (0-100).

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

setMaxSaturation

void setMaxSaturation(int maxSaturation)
                      throws java.io.IOException,
                             AutomationException
The maximum saturation (0-100).

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

getMaxSaturation

int getMaxSaturation()
                     throws java.io.IOException,
                            AutomationException
The maximum saturation (0-100).

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

setStartHue

void setStartHue(int startHue)
                 throws java.io.IOException,
                        AutomationException
The start hue (0-360).

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

getStartHue

int getStartHue()
                throws java.io.IOException,
                       AutomationException
The start hue (0-360).

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

setEndHue

void setEndHue(int endHue)
               throws java.io.IOException,
                      AutomationException
The end hue (0-360).

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

getEndHue

int getEndHue()
              throws java.io.IOException,
                     AutomationException
The end hue (0-360).

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