com.esri.arcgis.carto
Class IDynamicLegendItemProxy

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

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

Description: 'Dynamic legend properties' 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 IDynamicLegendItemProxy
extends com.esri.arcgis.interop.Dispatch
implements IDynamicLegendItem, 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.IDynamicLegendItem
IID, IID815e4b50_152a_4b7b_b3e8_4778c59dc699
 
Constructor Summary
  IDynamicLegendItemProxy()
          Deprecated. For internal use only
  IDynamicLegendItemProxy(java.lang.Object obj)
          Deprecated.  
protected IDynamicLegendItemProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IDynamicLegendItemProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IDynamicLegendItemProxy(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.  
 INumberFormat getCountNumberFormat()
          Deprecated. Class count number format.
 java.lang.String getCountPrefix()
          Deprecated. Class count string is created by combining prefix + count + suffix.
 java.lang.String getCountSuffix()
          Deprecated. Class count string is created by combining prefix + count + suffix.
 boolean isAutoVisibility()
          Deprecated. Indicates if classes should be shown only when associated data is visible.
 boolean isShowCounts()
          Deprecated. Show the number of times a class appears in the current map extent.
 boolean isUseSimpleExtent()
          Deprecated. Indicates geometry used to determine whether the data for a legend class is visible.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setAutoVisibility(boolean autoVisibility)
          Deprecated. Indicates if classes should be shown only when associated data is visible.
 void setCountNumberFormatByRef(INumberFormat format)
          Deprecated. Class count number format.
 void setCountPrefix(java.lang.String str)
          Deprecated. Class count string is created by combining prefix + count + suffix.
 void setCountSuffix(java.lang.String str)
          Deprecated. Class count string is created by combining prefix + count + suffix.
 void setShowCounts(boolean autoVisibility)
          Deprecated. Show the number of times a class appears in the current map extent.
 void setUseSimpleExtent(boolean flag)
          Deprecated. Indicates geometry used to determine whether the data for a legend class is visible.
 
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

IDynamicLegendItemProxy

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

IDynamicLegendItemProxy

public IDynamicLegendItemProxy()
Deprecated. 
For internal use only


IDynamicLegendItemProxy

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

IDynamicLegendItemProxy

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

IDynamicLegendItemProxy

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

isAutoVisibility

public boolean isAutoVisibility()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Indicates if classes should be shown only when associated data is visible.

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

setAutoVisibility

public void setAutoVisibility(boolean autoVisibility)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Indicates if classes should be shown only when associated data is visible.

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

isUseSimpleExtent

public boolean isUseSimpleExtent()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Indicates geometry used to determine whether the data for a legend class is visible. Normally, the map clip shape or data driven page index feature is used. Simple means use the data frame extent.

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

setUseSimpleExtent

public void setUseSimpleExtent(boolean flag)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Indicates geometry used to determine whether the data for a legend class is visible. Normally, the map clip shape or data driven page index feature is used. Simple means use the data frame extent.

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

isShowCounts

public boolean isShowCounts()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Show the number of times a class appears in the current map extent.

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

setShowCounts

public void setShowCounts(boolean autoVisibility)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Show the number of times a class appears in the current map extent.

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

getCountPrefix

public java.lang.String getCountPrefix()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Class count string is created by combining prefix + count + suffix.

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

setCountSuffix

public void setCountSuffix(java.lang.String str)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Class count string is created by combining prefix + count + suffix.

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

getCountSuffix

public java.lang.String getCountSuffix()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Class count string is created by combining prefix + count + suffix.

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

setCountPrefix

public void setCountPrefix(java.lang.String str)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Class count string is created by combining prefix + count + suffix.

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

getCountNumberFormat

public INumberFormat getCountNumberFormat()
                                   throws java.io.IOException,
                                          AutomationException
Deprecated. 
Class count number format.

Specified by:
getCountNumberFormat in interface IDynamicLegendItem
Returns:
A reference to a com.esri.arcgis.system.INumberFormat
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCountNumberFormatByRef

public void setCountNumberFormatByRef(INumberFormat format)
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Class count number format.

Specified by:
setCountNumberFormatByRef in interface IDynamicLegendItem
Parameters:
format - A reference to a com.esri.arcgis.system.INumberFormat (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.