|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICallout
Provides access to members that control the callout.
ICallout is the genereric interface for properties common to IBalloonCallout, ILineCallout and ISimpleLineCallout. AnchorPoint is the location of the fixed from point on the leader. LeaderTolerance is the minimum distance the callout must be from the anchor before a leader is drawn.
ISimpleLineCallout
,
IBalloonCallout
,
ICallout
,
ILineCallout
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. |
Method Detail |
---|
IPoint getAnchorPoint() throws IOException, AutomationException
AnchorPoint is the location from which the leader will be drawn to the callout. This is typically the X,Y coordinates of the feature being labeled.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAnchorPoint(IPoint point) throws IOException, AutomationException
AnchorPoint is the location from which the leader will be drawn to the callout. This is typically the X,Y coordinates of the feature being labeled.
point
- A reference to a com.esri.arcgis.geometry.IPoint (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getLeaderTolerance() throws IOException, AutomationException
LeaderTolerance is the minimum distance the callout must be from the anchor before a leader is drawn. This distance is specified in points (approx. 1/72 of an inch).
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLeaderTolerance(double leaderTolerance) throws IOException, AutomationException
LeaderTolerance is the minimum distance the callout must be from the anchor before a leader is drawn. This distance is specified in points (approx. 1/72 of an inch).
leaderTolerance
- The leaderTolerance (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 |