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