|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterStretchAdvancedLabels
COM Interface 'IRasterStretchAdvancedLabels'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides additional labels.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID75a23444_cedf_4609_b92c_8d45617ebd3a
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
java.lang.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,
java.lang.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. |
Field Detail |
---|
static final int IID75a23444_cedf_4609_b92c_8d45617ebd3a
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void setNumLabels(int numLabels) throws java.io.IOException, AutomationException
numLabels
- The numLabels (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getNumLabels() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getLabelText(int index) throws java.io.IOException, AutomationException
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLabelText(int index, java.lang.String text) throws java.io.IOException, AutomationException
index
- The index (in)text
- The text (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getLabelValue(int index) throws java.io.IOException, AutomationException
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLabelValue(int index, double value) throws java.io.IOException, AutomationException
index
- The index (in)value
- The value (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isUseAdvancedLabeling() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUseAdvancedLabeling(boolean bAdvanced) throws java.io.IOException, AutomationException
bAdvanced
- The bAdvanced (in)
java.io.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 |