|
|||||||||
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.carto.IDynamicLegendItemProxy
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
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.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 |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IDynamicLegendItemProxy(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.IOException
public IDynamicLegendItemProxy()
public IDynamicLegendItemProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IDynamicLegendItemProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IDynamicLegendItemProxy(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 com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public boolean isAutoVisibility() throws java.io.IOException, AutomationException
isAutoVisibility
in interface IDynamicLegendItem
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAutoVisibility(boolean autoVisibility) throws java.io.IOException, AutomationException
setAutoVisibility
in interface IDynamicLegendItem
autoVisibility
- The autoVisibility (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isUseSimpleExtent() throws java.io.IOException, AutomationException
isUseSimpleExtent
in interface IDynamicLegendItem
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setUseSimpleExtent(boolean flag) throws java.io.IOException, AutomationException
setUseSimpleExtent
in interface IDynamicLegendItem
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isShowCounts() throws java.io.IOException, AutomationException
isShowCounts
in interface IDynamicLegendItem
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setShowCounts(boolean autoVisibility) throws java.io.IOException, AutomationException
setShowCounts
in interface IDynamicLegendItem
autoVisibility
- The autoVisibility (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getCountPrefix() throws java.io.IOException, AutomationException
getCountPrefix
in interface IDynamicLegendItem
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCountSuffix(java.lang.String str) throws java.io.IOException, AutomationException
setCountSuffix
in interface IDynamicLegendItem
str
- The str (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getCountSuffix() throws java.io.IOException, AutomationException
getCountSuffix
in interface IDynamicLegendItem
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCountPrefix(java.lang.String str) throws java.io.IOException, AutomationException
setCountPrefix
in interface IDynamicLegendItem
str
- The str (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public INumberFormat getCountNumberFormat() throws java.io.IOException, AutomationException
getCountNumberFormat
in interface IDynamicLegendItem
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCountNumberFormatByRef(INumberFormat format) throws java.io.IOException, AutomationException
setCountNumberFormatByRef
in interface IDynamicLegendItem
format
- A reference to a com.esri.arcgis.system.INumberFormat (in)
java.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 |