com.esri.arcgis.carto
Class ITinColorRampRendererProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.carto.ITinColorRampRendererProxy
All Implemented Interfaces:
ITinColorRampRenderer, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'ITinColorRampRenderer'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that draw TIN features based on a continuous attribute like elevation, slope, or aspect.' 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 ITinColorRampRendererProxy
extends com.esri.arcgis.interop.Dispatch
implements ITinColorRampRenderer, 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.carto.ITinColorRampRenderer
IID, IID91fb1b61_8944_11d2_81ec_00104bc4cd03
 
Constructor Summary
  ITinColorRampRendererProxy()
          Deprecated. For internal use only
  ITinColorRampRendererProxy(java.lang.Object obj)
          Deprecated.  
protected ITinColorRampRendererProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  ITinColorRampRendererProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected ITinColorRampRendererProxy(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.  
 double getBreak(int index)
          Deprecated. The value of the break at the index.
 int getBreakCount()
          Deprecated. The number of breaks.
 java.lang.String getDescription(int index)
          Deprecated. The description for the renderer.
 java.lang.String getLabel(int index)
          Deprecated. The label for the break at the given index.
 double getMinimumBreak()
          Deprecated. The value of the minimum break.
 ISymbol getSymbol(int index)
          Deprecated. The symbol representing the break at the index.
 boolean isSortClassesAscending()
          Deprecated. Indicates if the sort direction for the legend class labels is ascending.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setBreak(int index, double value)
          Deprecated. The value of the break at the index.
 void setBreakCount(int valueCount)
          Deprecated. The number of breaks.
 void setDescription(int index, java.lang.String text)
          Deprecated. The description for the renderer.
 void setLabel(int index, java.lang.String label)
          Deprecated. The label for the break at the given index.
 void setMinimumBreak(double value)
          Deprecated. The value of the minimum break.
 void setSortClassesAscending(boolean ascending)
          Deprecated. Indicates if the sort direction for the legend class labels is ascending.
 void setSymbol(int index, ISymbol sym)
          Deprecated. The symbol representing the break at the index.
 
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
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

ITinColorRampRendererProxy

public ITinColorRampRendererProxy(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

ITinColorRampRendererProxy

public ITinColorRampRendererProxy()
Deprecated. 
For internal use only


ITinColorRampRendererProxy

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

ITinColorRampRendererProxy

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

ITinColorRampRendererProxy

protected ITinColorRampRendererProxy(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 com.esri.arcgis.interop.Dispatch
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 com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getBreakCount

public int getBreakCount()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The number of breaks.

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

setBreakCount

public void setBreakCount(int valueCount)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The number of breaks.

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

getSymbol

public ISymbol getSymbol(int index)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The symbol representing the break at the index.

Specified by:
getSymbol in interface ITinColorRampRenderer
Parameters:
index - The index (in)
Returns:
A reference to a com.esri.arcgis.display.ISymbol
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSymbol

public void setSymbol(int index,
                      ISymbol sym)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
The symbol representing the break at the index.

Specified by:
setSymbol in interface ITinColorRampRenderer
Parameters:
index - The index (in)
sym - A reference to a com.esri.arcgis.display.ISymbol (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLabel

public java.lang.String getLabel(int index)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The label for the break at the given index.

Specified by:
getLabel in interface ITinColorRampRenderer
Parameters:
index - The index (in)
Returns:
The label
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLabel

public void setLabel(int index,
                     java.lang.String label)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
The label for the break at the given index.

Specified by:
setLabel in interface ITinColorRampRenderer
Parameters:
index - The index (in)
label - The label (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDescription

public java.lang.String getDescription(int index)
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
The description for the renderer.

Specified by:
getDescription in interface ITinColorRampRenderer
Parameters:
index - The index (in)
Returns:
The text
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDescription

public void setDescription(int index,
                           java.lang.String text)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The description for the renderer.

Specified by:
setDescription in interface ITinColorRampRenderer
Parameters:
index - The index (in)
text - The text (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBreak

public double getBreak(int index)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
The value of the break at the index.

Specified by:
getBreak in interface ITinColorRampRenderer
Parameters:
index - The index (in)
Returns:
The value
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBreak

public void setBreak(int index,
                     double value)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
The value of the break at the index.

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

getMinimumBreak

public double getMinimumBreak()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
The value of the minimum break.

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

setMinimumBreak

public void setMinimumBreak(double value)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The value of the minimum break.

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

isSortClassesAscending

public boolean isSortClassesAscending()
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Indicates if the sort direction for the legend class labels is ascending.

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

setSortClassesAscending

public void setSortClassesAscending(boolean ascending)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Indicates if the sort direction for the legend class labels is ascending.

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