|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IUniqueValueTextRenderer
Provides access to methods and properties that support using text for symbolizing temporal events.
Method Summary | |
---|---|
void |
addReferenceValue(String value,
String refValue)
Adds a value to the renderer to be grouped with the refValue, which has already ben added to the renderer. |
void |
addValue(String value,
String heading,
ISymbol symbol)
Adds a value and correstonding symbol to the list. |
String |
getColorScheme()
Color scheme (user interface property only). |
String |
getDefaultLabel()
Label used for unspecified values. |
ISymbol |
getDefaultSymbol()
Symbol used to draw any unspecified values (may be NULL). |
String |
getDescription(String value)
Description for the specified label. |
String |
getField(int index)
Field at the specified index that is used to categorize features. |
int |
getFieldCount()
Number of fields used by the renderer (0-3). |
String |
getFieldDelimiter()
Delimiter used to separate field values. |
String |
getHeading(String value)
Heading that contains the specified value. |
String |
getLabel(String value)
Label for the specified value. |
String |
getLookupStyleset()
Style used for matching (user interface property only). |
String |
getReferenceValue(String value)
Reference value for the specified value. |
ISymbol |
getSymbol(String value)
Symbol associated with the specified value. |
String |
getValue(int index)
Value at the specified index. |
int |
getValueCount()
Number of unique values used to categorieze the data. |
boolean |
isUseDefaultSymbol()
Indicates if DefaultSymbol is used for drawing unspecified values. |
void |
removeAllValues()
Removes all values from teh renderer. |
void |
removeValue(String value)
Removes a value from the renderer. |
void |
setColorScheme(String name)
Color scheme (user interface property only). |
void |
setDefaultLabel(String pLabel)
Label used for unspecified values. |
void |
setDefaultSymbol(ISymbol pVal)
Symbol used to draw any unspecified values (may be NULL). |
void |
setDescription(String value,
String pVal)
Description for the specified label. |
void |
setField(int index,
String pVal)
Field at the specified index that is used to categorize features. |
void |
setFieldCount(int pVal)
Number of fields used by the renderer (0-3). |
void |
setFieldDelimiter(String pVal)
Delimiter used to separate field values. |
void |
setFieldType(int index,
boolean rhs2)
Indicates if the field at eth specified index is a string. |
void |
setHeading(String value,
String pVal)
Heading that contains the specified value. |
void |
setLabel(String value,
String pVal)
Label for the specified value. |
void |
setLookupStyleset(String pVal)
Style used for matching (user interface property only). |
void |
setSymbol(String value,
ISymbol pVal)
Symbol associated with the specified value. |
void |
setUseDefaultSymbol(boolean pVal)
Indicates if DefaultSymbol is used for drawing unspecified values. |
void |
setValue(int index,
String pVal)
Value at the specified index. |
Method Detail |
---|
void addReferenceValue(String value, String refValue) throws IOException, AutomationException
value
- The value (in)refValue
- The refValue (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addValue(String value, String heading, ISymbol symbol) throws IOException, AutomationException
value
- The value (in)heading
- The heading (in)symbol
- A reference to a com.esri.arcgis.display.ISymbol (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getColorScheme() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setColorScheme(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getDefaultLabel() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDefaultLabel(String pLabel) throws IOException, AutomationException
pLabel
- The pLabel (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISymbol getDefaultSymbol() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDefaultSymbol(ISymbol pVal) throws IOException, AutomationException
pVal
- A reference to a com.esri.arcgis.display.ISymbol (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getDescription(String value) throws IOException, AutomationException
value
- The value (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDescription(String value, String pVal) throws IOException, AutomationException
value
- The value (in)pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getField(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setField(int index, String pVal) throws IOException, AutomationException
index
- The index (in)pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getFieldCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFieldCount(int pVal) throws IOException, AutomationException
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getFieldDelimiter() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFieldDelimiter(String pVal) throws IOException, AutomationException
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFieldType(int index, boolean rhs2) throws IOException, AutomationException
index
- The index (in)rhs2
- The rhs2 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getHeading(String value) throws IOException, AutomationException
value
- The value (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHeading(String value, String pVal) throws IOException, AutomationException
value
- The value (in)pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getLabel(String value) throws IOException, AutomationException
value
- The value (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLabel(String value, String pVal) throws IOException, AutomationException
value
- The value (in)pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getLookupStyleset() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLookupStyleset(String pVal) throws IOException, AutomationException
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getReferenceValue(String value) throws IOException, AutomationException
value
- The value (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeAllValues() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeValue(String value) throws IOException, AutomationException
value
- The value (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISymbol getSymbol(String value) throws IOException, AutomationException
value
- The value (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSymbol(String value, ISymbol pVal) throws IOException, AutomationException
value
- The value (in)pVal
- A reference to a com.esri.arcgis.display.ISymbol (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isUseDefaultSymbol() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUseDefaultSymbol(boolean pVal) throws IOException, AutomationException
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getValue(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setValue(int index, String pVal) throws IOException, AutomationException
index
- The index (in)pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getValueCount() throws IOException, AutomationException
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 |