|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.display.IColorRampProxy
com.esri.arcgis.display.IRandomColorRampProxy
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 =
public class IRandomColorRampProxy
Internal use class
| Field Summary | |
|---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
| Fields inherited from interface com.esri.arcgis.display.IRandomColorRamp |
|---|
IID, IIDbeb87095_c0b4_11d0_8379_080009b996cc |
| Fields inherited from interface com.esri.arcgis.display.IColorRamp |
|---|
IIDbeb87091_c0b4_11d0_8379_080009b996cc |
| Constructor Summary | |
|---|---|
|
IRandomColorRampProxy()
Deprecated. For internal use only |
|
IRandomColorRampProxy(java.lang.Object obj)
Deprecated. |
protected |
IRandomColorRampProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IRandomColorRampProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IRandomColorRampProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
| Method Summary | |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
int |
getEndHue()
Deprecated. The end hue (0-360). |
int |
getMaxSaturation()
Deprecated. The maximum saturation (0-100). |
int |
getMaxValue()
Deprecated. The maximum value (0-100). |
int |
getMinSaturation()
Deprecated. The minimum saturation (0-100). |
int |
getMinValue()
Deprecated. The minimum value (0-100). |
int |
getSeed()
Deprecated. The seed of the random number generator. |
int |
getStartHue()
Deprecated. The start hue (0-360). |
boolean |
isUseSeed()
Deprecated. Indicates if a seed is used when the ramp is generated. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setEndHue(int endHue)
Deprecated. The end hue (0-360). |
void |
setMaxSaturation(int maxSaturation)
Deprecated. The maximum saturation (0-100). |
void |
setMaxValue(int maxValue)
Deprecated. The maximum value (0-100). |
void |
setMinSaturation(int minSaturation)
Deprecated. The minimum saturation (0-100). |
void |
setMinValue(int minValue)
Deprecated. The minimum value (0-100). |
void |
setSeed(int seed)
Deprecated. The seed of the random number generator. |
void |
setStartHue(int startHue)
Deprecated. The start hue (0-360). |
void |
setUseSeed(boolean useSeed)
Deprecated. Indicates if a seed is used when the ramp is generated. |
| Methods inherited from class com.esri.arcgis.display.IColorRampProxy |
|---|
createRamp, getColor, getColors, getName, getSize, setName, setSize |
| Methods inherited from class com.esri.arcgis.interop.Dispatch |
|---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.display.IColorRamp |
|---|
createRamp, getColor, getColors, getName, getSize, setName, setSize |
| Field Detail |
|---|
public static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
public IRandomColorRampProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostException
java.io.IOExceptionpublic IRandomColorRampProxy()
public IRandomColorRampProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IRandomColorRampProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IRandomColorRampProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
addListener in class IColorRampProxyjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class IColorRampProxyjava.io.IOException
public void setSeed(int seed)
throws java.io.IOException,
AutomationException
setSeed in interface IRandomColorRampseed - The seed (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getSeed()
throws java.io.IOException,
AutomationException
getSeed in interface IRandomColorRampjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setUseSeed(boolean useSeed)
throws java.io.IOException,
AutomationException
setUseSeed in interface IRandomColorRampuseSeed - The useSeed (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isUseSeed()
throws java.io.IOException,
AutomationException
isUseSeed in interface IRandomColorRampjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMinValue(int minValue)
throws java.io.IOException,
AutomationException
setMinValue in interface IRandomColorRampminValue - The minValue (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getMinValue()
throws java.io.IOException,
AutomationException
getMinValue in interface IRandomColorRampjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMaxValue(int maxValue)
throws java.io.IOException,
AutomationException
setMaxValue in interface IRandomColorRampmaxValue - The maxValue (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getMaxValue()
throws java.io.IOException,
AutomationException
getMaxValue in interface IRandomColorRampjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMinSaturation(int minSaturation)
throws java.io.IOException,
AutomationException
setMinSaturation in interface IRandomColorRampminSaturation - The minSaturation (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getMinSaturation()
throws java.io.IOException,
AutomationException
getMinSaturation in interface IRandomColorRampjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMaxSaturation(int maxSaturation)
throws java.io.IOException,
AutomationException
setMaxSaturation in interface IRandomColorRampmaxSaturation - The maxSaturation (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getMaxSaturation()
throws java.io.IOException,
AutomationException
getMaxSaturation in interface IRandomColorRampjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setStartHue(int startHue)
throws java.io.IOException,
AutomationException
setStartHue in interface IRandomColorRampstartHue - The startHue (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getStartHue()
throws java.io.IOException,
AutomationException
getStartHue in interface IRandomColorRampjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setEndHue(int endHue)
throws java.io.IOException,
AutomationException
setEndHue in interface IRandomColorRampendHue - The endHue (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getEndHue()
throws java.io.IOException,
AutomationException
getEndHue in interface IRandomColorRampjava.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 | ||||||||