com.esri.arcgis.display
Class IRandomColorRampProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.display.IColorRampProxy
          extended by com.esri.arcgis.display.IRandomColorRampProxy
All Implemented Interfaces:
IColorRamp, IRandomColorRamp, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for 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 =

public class IRandomColorRampProxy
extends IColorRampProxy
implements IRandomColorRamp, java.io.Serializable

Internal use class

See Also:
Serialized Form

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

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IRandomColorRampProxy

public IRandomColorRampProxy(java.lang.String CLSID,
                             java.lang.String host,
                             com.esri.arcgis.interop.AuthInfo authInfo)
                      throws java.net.UnknownHostException,
                             java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IRandomColorRampProxy

public IRandomColorRampProxy()
Deprecated. 
For internal use only


IRandomColorRampProxy

public IRandomColorRampProxy(java.lang.Object obj)
                      throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IRandomColorRampProxy

protected IRandomColorRampProxy(java.lang.Object obj,
                                java.lang.String iid)
                         throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IRandomColorRampProxy

protected IRandomColorRampProxy(java.lang.String CLSID,
                                java.lang.String iid,
                                java.lang.String host,
                                com.esri.arcgis.interop.AuthInfo authInfo)
                         throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class IColorRampProxy
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class IColorRampProxy
Throws:
java.io.IOException

setSeed

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

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

getSeed

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

Specified by:
getSeed in interface IRandomColorRamp
Returns:
The seed
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setUseSeed

public void setUseSeed(boolean useSeed)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
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.

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

isUseSeed

public boolean isUseSeed()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
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.

Specified by:
isUseSeed in interface IRandomColorRamp
Returns:
The useSeed
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMinValue

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

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

getMinValue

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

Specified by:
getMinValue in interface IRandomColorRamp
Returns:
The minValue
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMaxValue

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

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

getMaxValue

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

Specified by:
getMaxValue in interface IRandomColorRamp
Returns:
The maxValue
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMinSaturation

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

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

getMinSaturation

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

Specified by:
getMinSaturation in interface IRandomColorRamp
Returns:
The minSaturation
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMaxSaturation

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

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

getMaxSaturation

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

Specified by:
getMaxSaturation in interface IRandomColorRamp
Returns:
The maxSaturation
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setStartHue

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

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

getStartHue

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

Specified by:
getStartHue in interface IRandomColorRamp
Returns:
The startHue
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setEndHue

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

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

getEndHue

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

Specified by:
getEndHue in interface IRandomColorRamp
Returns:
The endHue
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.