|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDynamicLegendItem
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 =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID815e4b50_152a_4b7b_b3e8_4778c59dc699
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
INumberFormat |
getCountNumberFormat()
Class count number format. |
java.lang.String |
getCountPrefix()
Class count string is created by combining prefix + count + suffix. |
java.lang.String |
getCountSuffix()
Class count string is created by combining prefix + count + suffix. |
boolean |
isAutoVisibility()
Indicates if classes should be shown only when associated data is visible. |
boolean |
isShowCounts()
Show the number of times a class appears in the current map extent. |
boolean |
isUseSimpleExtent()
Indicates geometry used to determine whether the data for a legend class is visible. |
void |
setAutoVisibility(boolean autoVisibility)
Indicates if classes should be shown only when associated data is visible. |
void |
setCountNumberFormatByRef(INumberFormat format)
Class count number format. |
void |
setCountPrefix(java.lang.String str)
Class count string is created by combining prefix + count + suffix. |
void |
setCountSuffix(java.lang.String str)
Class count string is created by combining prefix + count + suffix. |
void |
setShowCounts(boolean autoVisibility)
Show the number of times a class appears in the current map extent. |
void |
setUseSimpleExtent(boolean flag)
Indicates geometry used to determine whether the data for a legend class is visible. |
Field Detail |
---|
static final int IID815e4b50_152a_4b7b_b3e8_4778c59dc699
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
boolean isAutoVisibility() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAutoVisibility(boolean autoVisibility) throws java.io.IOException, AutomationException
autoVisibility
- The autoVisibility (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isUseSimpleExtent() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUseSimpleExtent(boolean flag) throws java.io.IOException, AutomationException
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isShowCounts() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setShowCounts(boolean autoVisibility) throws java.io.IOException, AutomationException
autoVisibility
- The autoVisibility (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getCountPrefix() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCountSuffix(java.lang.String str) throws java.io.IOException, AutomationException
str
- The str (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getCountSuffix() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCountPrefix(java.lang.String str) throws java.io.IOException, AutomationException
str
- The str (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.INumberFormat getCountNumberFormat() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCountNumberFormatByRef(INumberFormat format) throws java.io.IOException, AutomationException
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 |