|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISimpleLineCallout
COM Interface 'ISimpleLineCallout'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDisplay.olb'
Description: 'Provides access to members that control the Simple Line Callout.' 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 |
IIDad134202_770b_47ab_80bd_e3457c5e3168
|
static int |
xxDummy
Deprecated. Internal use only |
Fields inherited from interface com.esri.arcgis.display.ICallout |
---|
IID6a7ef980_6924_11d2_980d_0080c7e04196 |
Method Summary | |
---|---|
IGeometry |
getLineGeometry()
The geometry used for the Callout. |
ILineSymbol |
getLineSymbol()
The line symbol used for the Callout. |
boolean |
isAutoSnap()
Indicates if the auto-snap property is enabled. |
void |
setAutoSnap(boolean flag)
Indicates if the auto-snap property is enabled. |
void |
setLineGeometry(IGeometry geometry)
The geometry used for the Callout. |
void |
setLineSymbol(ILineSymbol lineSymbol)
The line symbol used for the Callout. |
Methods inherited from interface com.esri.arcgis.display.ICallout |
---|
getAnchorPoint, getLeaderTolerance, setAnchorPoint, setLeaderTolerance |
Field Detail |
---|
static final int IIDad134202_770b_47ab_80bd_e3457c5e3168
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
IGeometry getLineGeometry() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLineGeometry(IGeometry geometry) throws java.io.IOException, AutomationException
geometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILineSymbol getLineSymbol() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLineSymbol(ILineSymbol lineSymbol) throws java.io.IOException, AutomationException
lineSymbol
- A reference to a com.esri.arcgis.display.ILineSymbol (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isAutoSnap() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAutoSnap(boolean flag) throws java.io.IOException, AutomationException
flag
- The flag (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 |