com.esri.arcgis.carto
Class IRasterStretchAdvancedLabelsProxy

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

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

Description: 'Provides additional labels.' 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 IRasterStretchAdvancedLabelsProxy
extends com.esri.arcgis.interop.Dispatch
implements IRasterStretchAdvancedLabels, 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.IRasterStretchAdvancedLabels
IID, IID75a23444_cedf_4609_b92c_8d45617ebd3a
 
Constructor Summary
  IRasterStretchAdvancedLabelsProxy()
          Deprecated. For internal use only
  IRasterStretchAdvancedLabelsProxy(java.lang.Object obj)
          Deprecated.  
protected IRasterStretchAdvancedLabelsProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IRasterStretchAdvancedLabelsProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IRasterStretchAdvancedLabelsProxy(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.  
 java.lang.String getLabelText(int index)
          Deprecated. Label Text.
 double getLabelValue(int index)
          Deprecated. Value.
 int getNumLabels()
          Deprecated. Number of labels.
 boolean isUseAdvancedLabeling()
          Deprecated. Indicates whether the advanced labeling is being used.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setLabelText(int index, java.lang.String text)
          Deprecated. Label Text.
 void setLabelValue(int index, double value)
          Deprecated. Value.
 void setNumLabels(int numLabels)
          Deprecated. Number of labels.
 void setUseAdvancedLabeling(boolean bAdvanced)
          Deprecated. Indicates whether the advanced labeling is being used.
 
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

IRasterStretchAdvancedLabelsProxy

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

IRasterStretchAdvancedLabelsProxy

public IRasterStretchAdvancedLabelsProxy()
Deprecated. 
For internal use only


IRasterStretchAdvancedLabelsProxy

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

IRasterStretchAdvancedLabelsProxy

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

IRasterStretchAdvancedLabelsProxy

protected IRasterStretchAdvancedLabelsProxy(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

setNumLabels

public void setNumLabels(int numLabels)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Number of labels.

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

getNumLabels

public int getNumLabels()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Number of labels.

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

getLabelText

public java.lang.String getLabelText(int index)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Label Text.

Specified by:
getLabelText in interface IRasterStretchAdvancedLabels
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.

setLabelText

public void setLabelText(int index,
                         java.lang.String text)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Label Text.

Specified by:
setLabelText in interface IRasterStretchAdvancedLabels
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.

getLabelValue

public double getLabelValue(int index)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Value.

Specified by:
getLabelValue in interface IRasterStretchAdvancedLabels
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.

setLabelValue

public void setLabelValue(int index,
                          double value)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Value.

Specified by:
setLabelValue in interface IRasterStretchAdvancedLabels
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.

isUseAdvancedLabeling

public boolean isUseAdvancedLabeling()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Indicates whether the advanced labeling is being used.

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

setUseAdvancedLabeling

public void setUseAdvancedLabeling(boolean bAdvanced)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Indicates whether the advanced labeling is being used.

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