com.esri.arcgis.display
Interface ICalloutFeedback2

All Superinterfaces:
IDisplayFeedback, java.io.Serializable
All Known Implementing Classes:
CalloutFeedback, ICalloutFeedback2Proxy

public interface ICalloutFeedback2
extends IDisplayFeedback, java.io.Serializable

Provides access to members that control the callout feedback.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux


Method Summary
 void moveAnchorTo(IPoint point)
          Moves the anchor point to the given point.
 void start(ISymbol symbol, IGeometry geometry, IPoint point, double referenceScale)
          Begins a feedback of the given symbol.
 IPolyline stop()
          Stops the feedback and returns the shape.
 
Methods inherited from interface com.esri.arcgis.display.IDisplayFeedback
getSymbol, moveTo, refresh, setDisplayByRef, setSymbolByRef
 

Method Detail

start

public void start(ISymbol symbol,
                  IGeometry geometry,
                  IPoint point,
                  double referenceScale)
           throws java.io.IOException,
                  AutomationException
Begins a feedback of the given symbol.

Supported Platforms

Windows, Solaris, Linux

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

stop

public IPolyline stop()
               throws java.io.IOException,
                      AutomationException
Stops the feedback and returns the shape.

Supported Platforms

Windows, Solaris, Linux

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

moveAnchorTo

public void moveAnchorTo(IPoint point)
                  throws java.io.IOException,
                         AutomationException
Moves the anchor point to the given point.

Supported Platforms

Windows, Solaris, Linux

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.