|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDynamicLegendItem
Dynamic legend properties
Method Summary | |
---|---|
INumberFormat |
getCountNumberFormat()
Class count number format. |
String |
getCountPrefix()
Class count string is created by combining prefix + count + suffix. |
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(String str)
Class count string is created by combining prefix + count + suffix. |
void |
setCountSuffix(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. |
Method Detail |
---|
boolean isAutoVisibility() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAutoVisibility(boolean autoVisibility) throws IOException, AutomationException
autoVisibility
- The autoVisibility (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isUseSimpleExtent() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUseSimpleExtent(boolean flag) throws IOException, AutomationException
flag
- The flag (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isShowCounts() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setShowCounts(boolean autoVisibility) throws IOException, AutomationException
autoVisibility
- The autoVisibility (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getCountPrefix() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCountSuffix(String str) throws IOException, AutomationException
str
- The str (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getCountSuffix() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCountPrefix(String str) throws IOException, AutomationException
str
- The str (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.INumberFormat getCountNumberFormat() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCountNumberFormatByRef(INumberFormat format) throws IOException, AutomationException
format
- A reference to a com.esri.arcgis.system.INumberFormat (in)
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 |