|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEventAttributeProperties
Provides access to members that control text rendering behavior using event attributes.
Method Summary | |
---|---|
ITextElement |
createTextElement()
Creates a new text element generated from the ITextSymbol property. |
IStringArray |
getFieldNames()
The event’s field names whose values will be used generate text when rendering. |
int |
getNumFields()
The number of fields whose values will be used generate text when rendering when the FieldNames property is empty. |
ITextSymbol |
getTextSymbol()
The text symbol for rendering an event’s selective set of attributes. |
boolean |
isGlobalProperties()
Indicates if the renderer properties object is the global version obtained from the Tracking Environment vs. |
void |
setFieldNamesByRef(IStringArray pVal)
The event’s field names whose values will be used generate text when rendering. |
void |
setGlobalProperties(boolean pVal)
Indicates if the renderer properties object is the global version obtained from the Tracking Environment vs. |
void |
setNumFields(int pVal)
The number of fields whose values will be used generate text when rendering when the FieldNames property is empty. |
void |
setTextSymbolByRef(ITextSymbol pVal)
The text symbol for rendering an event’s selective set of attributes. |
Method Detail |
---|
ITextSymbol getTextSymbol() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTextSymbolByRef(ITextSymbol pVal) throws IOException, AutomationException
pVal
- A reference to a com.esri.arcgis.display.ITextSymbol (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IStringArray getFieldNames() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFieldNamesByRef(IStringArray pVal) throws IOException, AutomationException
pVal
- A reference to a com.esri.arcgis.system.IStringArray (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getNumFields() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setNumFields(int pVal) throws IOException, AutomationException
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITextElement createTextElement() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isGlobalProperties() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setGlobalProperties(boolean pVal) throws IOException, AutomationException
pVal
- The pVal (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 |