|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IUniqueValueInfo
Provides members to decribe unique value class for a unique value renderer.
Method Summary | |
---|---|
int |
getCount()
Unique value class count. |
String |
getDescription()
Class description. |
String |
getLabel()
Unique value class label. |
ISymbol |
getSymbol()
Symbol used for rendering the class. |
String |
getValue()
Unique value class label. |
void |
setCount(int count)
Unique value class count. |
void |
setDescription(String symbolDescription)
Class description. |
void |
setLabel(String classLabel)
Unique value class label. |
void |
setSymbol(ISymbol symbol)
Symbol used for rendering the class. |
void |
setValue(String classLabel)
Unique value class label. |
Method Detail |
---|
int getCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCount(int count) throws IOException, AutomationException
count
- The count (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getValue() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setValue(String classLabel) throws IOException, AutomationException
classLabel
- The classLabel (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getLabel() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLabel(String classLabel) throws IOException, AutomationException
classLabel
- The classLabel (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getDescription() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDescription(String symbolDescription) throws IOException, AutomationException
symbolDescription
- The symbolDescription (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISymbol getSymbol() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSymbol(ISymbol symbol) throws IOException, AutomationException
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |