com.esri.arcgis.display
Interface IResizeTextFeedback

All Superinterfaces:
IDisplayFeedback, java.io.Serializable
All Known Implementing Classes:
IResizeTextFeedbackProxy, ResizeTextFeedback

public interface IResizeTextFeedback
extends IDisplayFeedback, java.io.Serializable

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

Description: 'Provides access to members that control the resize of a text element.' 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 IID1c9915ff_239b_49a1_a2f3_c9d0e4173ce1
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.display.IDisplayFeedback
IIDd2c13e55_4bea_11d1_b6cc_080009b996cc
 
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
 

Field Detail

IID1c9915ff_239b_49a1_a2f3_c9d0e4173ce1

static final int IID1c9915ff_239b_49a1_a2f3_c9d0e4173ce1
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

start

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

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:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

stop

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

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