|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILabelClassDescription
COM Interface 'ILabelClassDescription'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to the Label Class Description Interface.' 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 |
IID63882c74_6b36_497b_9e27_efd67226e583
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
java.lang.String |
getLabelExpression()
The Label Expression. |
ILabelPlacementDescription |
getLabelPlacementDescription()
LabelPlacementDescription. |
double |
getMaximumScale()
Maximum scale at which the symbol will display. |
double |
getMinimumScale()
Minimum scale at which the symbol will display. |
ITextSymbol |
getSymbol()
The text symbol used to draw the label. |
boolean |
isUseCodedValue()
Indicates whether Coded Value Should be used when displaying label expression. |
void |
setLabelExpression(java.lang.String labelExpression)
The Label Expression. |
void |
setLabelPlacementDescription(ILabelPlacementDescription ppLabelPlacementDescription)
LabelPlacementDescription. |
void |
setMaximumScale(double pMaximumScale)
Maximum scale at which the symbol will display. |
void |
setMinimumScale(double pMinimumScale)
Minimum scale at which the symbol will display. |
void |
setSymbol(ITextSymbol ppSymbol)
The text symbol used to draw the label. |
void |
setUseCodedValue(boolean useCodedValue)
Indicates whether Coded Value Should be used when displaying label expression. |
Field Detail |
---|
static final int IID63882c74_6b36_497b_9e27_efd67226e583
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
ILabelPlacementDescription getLabelPlacementDescription() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLabelPlacementDescription(ILabelPlacementDescription ppLabelPlacementDescription) throws java.io.IOException, AutomationException
ppLabelPlacementDescription
- A reference to a com.esri.arcgis.carto.ILabelPlacementDescription (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getLabelExpression() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLabelExpression(java.lang.String labelExpression) throws java.io.IOException, AutomationException
labelExpression
- The labelExpression (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isUseCodedValue() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUseCodedValue(boolean useCodedValue) throws java.io.IOException, AutomationException
useCodedValue
- The useCodedValue (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITextSymbol getSymbol() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSymbol(ITextSymbol ppSymbol) throws java.io.IOException, AutomationException
ppSymbol
- A reference to a com.esri.arcgis.display.ITextSymbol (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getMaximumScale() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMaximumScale(double pMaximumScale) throws java.io.IOException, AutomationException
pMaximumScale
- The pMaximumScale (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getMinimumScale() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMinimumScale(double pMinimumScale) throws java.io.IOException, AutomationException
pMinimumScale
- The pMinimumScale (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 |