|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRasterStretchAdvancedLabels
Provides additional labels.
| Method Summary | |
|---|---|
String |
getLabelText(int index)
Label Text. |
double |
getLabelValue(int index)
Value. |
int |
getNumLabels()
Number of labels. |
boolean |
isUseAdvancedLabeling()
Indicates whether the advanced labeling is being used. |
void |
setLabelText(int index,
String text)
Label Text. |
void |
setLabelValue(int index,
double value)
Value. |
void |
setNumLabels(int numLabels)
Number of labels. |
void |
setUseAdvancedLabeling(boolean bAdvanced)
Indicates whether the advanced labeling is being used. |
| Method Detail |
|---|
void setNumLabels(int numLabels)
throws IOException,
AutomationException
numLabels - The numLabels (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getNumLabels()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getLabelText(int index)
throws IOException,
AutomationException
index - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLabelText(int index,
String text)
throws IOException,
AutomationException
index - The index (in)text - The text (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getLabelValue(int index)
throws IOException,
AutomationException
index - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLabelValue(int index,
double value)
throws IOException,
AutomationException
index - The index (in)value - The value (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isUseAdvancedLabeling()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setUseAdvancedLabeling(boolean bAdvanced)
throws IOException,
AutomationException
bAdvanced - The bAdvanced (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 | ||||||||