|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRandomColorRamp
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 |
|---|
static final int IIDbeb87095_c0b4_11d0_8379_080009b996cc
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
void setSeed(int seed)
throws java.io.IOException,
AutomationException
seed - The seed (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getSeed()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setUseSeed(boolean useSeed)
throws java.io.IOException,
AutomationException
useSeed - The useSeed (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isUseSeed()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMinValue(int minValue)
throws java.io.IOException,
AutomationException
minValue - The minValue (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getMinValue()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMaxValue(int maxValue)
throws java.io.IOException,
AutomationException
maxValue - The maxValue (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getMaxValue()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMinSaturation(int minSaturation)
throws java.io.IOException,
AutomationException
minSaturation - The minSaturation (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getMinSaturation()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMaxSaturation(int maxSaturation)
throws java.io.IOException,
AutomationException
maxSaturation - The maxSaturation (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getMaxSaturation()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setStartHue(int startHue)
throws java.io.IOException,
AutomationException
startHue - The startHue (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getStartHue()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setEndHue(int endHue)
throws java.io.IOException,
AutomationException
endHue - The endHue (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getEndHue()
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 | ||||||||