com.esri.arcgis.display
Interface IResizeTextFeedback

All Superinterfaces:
IDisplayFeedback, Serializable
All Known Implementing Classes:
ResizeTextFeedback

public interface IResizeTextFeedback
extends IDisplayFeedback, Serializable

Provides access to members that control the resize of a text element.

Product Availability

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


Method Summary
 void start(ITextSymbol textSymbol, IGeometry textGeom, double referenceScale, IGeometry envelope, IPoint point)
          Begins a resize feedback of the given text symbol.
 double stop()
          Stops the feedback and returns the new size.
 
Methods inherited from interface com.esri.arcgis.display.IDisplayFeedback
getSymbol, moveTo, refresh, setDisplayByRef, setSymbolByRef
 

Method Detail

start

void start(ITextSymbol textSymbol,
           IGeometry textGeom,
           double referenceScale,
           IGeometry envelope,
           IPoint point)
           throws IOException,
                  AutomationException
Begins a resize feedback of the given text symbol.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

stop

double stop()
            throws IOException,
                   AutomationException
Stops the feedback and returns the new size.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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