com.esri.arcgis.display
Interface IRotateTextFeedback

All Superinterfaces:
IDisplayFeedback, java.io.Serializable
All Known Implementing Classes:
IRotateTextFeedbackProxy, RotateTextFeedback

public interface IRotateTextFeedback
extends IDisplayFeedback, java.io.Serializable

Provides access to members that control the rotate text feedback.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Method Summary
 IPoint getAnchor()
          The anchor point of the feedback.
 void start(IPoint cursorPosition, double referenceScale)
          Begins a new feedback.
 double stop()
          Stops the feedback.
 
Methods inherited from interface com.esri.arcgis.display.IDisplayFeedback
getSymbol, moveTo, refresh, setDisplayByRef, setSymbolByRef
 

Method Detail

start

public void start(IPoint cursorPosition,
                  double referenceScale)
           throws java.io.IOException,
                  AutomationException
Begins a new feedback.

Supported Platforms

Windows, Solaris, Linux

Parameters:
cursorPosition - 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 double stop()
            throws java.io.IOException,
                   AutomationException
Stops the feedback.

Supported Platforms

Windows, Solaris, Linux

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

getAnchor

public IPoint getAnchor()
                 throws java.io.IOException,
                        AutomationException
The anchor point of the feedback.

Supported Platforms

Windows, Solaris, Linux

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.