com.esri.arcgis.display
Interface ICallout

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IBalloonCallout, ILineCallout, ISimpleLineCallout
All Known Implementing Classes:
BalloonCallout, IBalloonCalloutProxy, ICalloutProxy, ILineCalloutProxy, ISimpleLineCalloutProxy, LineCallout, SimpleLineCallout

public interface ICallout
extends java.io.Serializable

COM Interface 'ICallout'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDisplay.olb'

Description: 'Provides access to members that control the 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 IID6a7ef980_6924_11d2_980d_0080c7e04196
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IPoint getAnchorPoint()
          The anchor point.
 double getLeaderTolerance()
          The closest distance to the text the anchor point can be for the callout to draw.
 void setAnchorPoint(IPoint point)
          The anchor point.
 void setLeaderTolerance(double leaderTolerance)
          The closest distance to the text the anchor point can be for the callout to draw.
 

Field Detail

IID6a7ef980_6924_11d2_980d_0080c7e04196

static final int IID6a7ef980_6924_11d2_980d_0080c7e04196
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getAnchorPoint

IPoint getAnchorPoint()
                      throws java.io.IOException,
                             AutomationException
The anchor point.

Returns:
A reference to a com.esri.arcgis.geometry.IPoint
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAnchorPoint

void setAnchorPoint(IPoint point)
                    throws java.io.IOException,
                           AutomationException
The anchor point.

Parameters:
point - A reference to a com.esri.arcgis.geometry.IPoint (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLeaderTolerance

double getLeaderTolerance()
                          throws java.io.IOException,
                                 AutomationException
The closest distance to the text the anchor point can be for the callout to draw.

Returns:
The leaderTolerance
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLeaderTolerance

void setLeaderTolerance(double leaderTolerance)
                        throws java.io.IOException,
                               AutomationException
The closest distance to the text the anchor point can be for the callout to draw.

Parameters:
leaderTolerance - The leaderTolerance (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.