com.esri.arcgis.display
Interface IDisplayFeedback

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IBezierDisplayFeedback, ICalloutFeedback, ICalloutFeedback2, IDisplayFeedback2, ILineMovePointFeedback, IMoveBitmapFeedback, IMoveCurvedTextFeedback, IMoveEnvelopeFeedback, IMoveGeometryFeedback, IMoveImageFeedback, IMoveImageFeedback2, IMoveLineFeedback, IMovePointFeedback, IMovePolygonFeedback, IMoveTextAlongShapeFeedback, IMoveTextFeedback, INewBezierCurveFeedback, INewCircleFeedback, INewCircleFeedback2, INewEllipseFeedback, INewEnvelopeFeedback, INewEnvelopeFeedback2, INewLineFeedback, INewMultiPointFeedback, INewPolygonFeedback, INewRectangleFeedback, INewTextBezierCurveFeedback, INewTextFeedback, IPolygonMovePointFeedback, IReshapeFeedback, IResizeEnvelopeFeedback, IResizeEnvelopeFeedback2, IResizeTextFeedback, IRotateTextFeedback, IStretchLineFeedback, IVertexFeedback
All Known Implementing Classes:
BezierMovePointFeedback, CalloutFeedback, GroupFeedback, IBezierDisplayFeedbackProxy, ICalloutFeedback2Proxy, ICalloutFeedbackProxy, IDisplayFeedback2Proxy, IDisplayFeedbackProxy, ILineMovePointFeedbackProxy, IMoveBitmapFeedbackProxy, IMoveCurvedTextFeedbackProxy, IMoveEnvelopeFeedbackProxy, IMoveGeometryFeedbackProxy, IMoveImageFeedback2Proxy, IMoveImageFeedbackProxy, IMoveLineFeedbackProxy, IMovePointFeedbackProxy, IMovePolygonFeedbackProxy, IMoveTextAlongShapeFeedbackProxy, IMoveTextFeedbackProxy, INewBezierCurveFeedbackProxy, INewCircleFeedback2Proxy, INewCircleFeedbackProxy, INewEllipseFeedbackProxy, INewEnvelopeFeedback2Proxy, INewEnvelopeFeedbackProxy, INewLineFeedbackProxy, INewMultiPointFeedbackProxy, INewPolygonFeedbackProxy, INewRectangleFeedbackProxy, INewTextBezierCurveFeedbackProxy, INewTextFeedbackProxy, IPolygonMovePointFeedbackProxy, IReshapeFeedbackProxy, IResizeEnvelopeFeedback2Proxy, IResizeEnvelopeFeedbackProxy, IResizeTextFeedbackProxy, IRotateTextFeedbackProxy, IStretchLineFeedbackProxy, IVertexFeedbackProxy, LineMovePointFeedback, ModifyCircularArcFeedback, ModifyDimensionFeedback, ModifySegmentFeedback, MoveBitmapFeedback, MoveCurvedTextFeedback, MoveEnvelopeFeedback, MoveGeometryFeedback, MoveImageFeedback, MoveLineFeedback, MovePointFeedback, MovePointFeedback2, MovePolygonFeedback, MoveTextAlongShapeFeedback, MoveTextFeedback, NewArcFeedback, NewBezierCurveFeedback, NewCircleFeedback, NewDimensionFeedback, NewEllipseFeedback, NewEnvelopeFeedback, NewLineFeedback, NewMultiPointFeedback, NewPolygonFeedback, NewRectangleFeedback, NewTextBezierCurveFeedback, NewTextFeedback, PolygonMovePointFeedback, ReshapeFeedback, ReshapeFeedback2, ResizeEnvelopeFeedback, ResizeTextFeedback, RotateTextFeedback, StretchLineFeedback, VertexFeedback

public interface IDisplayFeedback
extends java.io.Serializable

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

Description: 'Provides access to members that control the base display feedback.' 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 IIDd2c13e55_4bea_11d1_b6cc_080009b996cc
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 ISymbol getSymbol()
          The symbol the feedback object will use.
 void moveTo(IPoint point)
          Move to the new point.
 void refresh(int hDC)
          Call this after a refresh to show feedback again.
 void setDisplayByRef(IScreenDisplay rhs1)
          The display the feedback object will use.
 void setSymbolByRef(ISymbol symbol)
          The symbol the feedback object will use.
 

Field Detail

IIDd2c13e55_4bea_11d1_b6cc_080009b996cc

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

setSymbolByRef

void setSymbolByRef(ISymbol symbol)
                    throws java.io.IOException,
                           AutomationException
The symbol the feedback object will use.

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

getSymbol

ISymbol getSymbol()
                  throws java.io.IOException,
                         AutomationException
The symbol the feedback object will use.

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

setDisplayByRef

void setDisplayByRef(IScreenDisplay rhs1)
                     throws java.io.IOException,
                            AutomationException
The display the feedback object will use.

Parameters:
rhs1 - A reference to a com.esri.arcgis.display.IScreenDisplay (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

refresh

void refresh(int hDC)
             throws java.io.IOException,
                    AutomationException
Call this after a refresh to show feedback again.

Parameters:
hDC - The hDC (A COM typedef) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

moveTo

void moveTo(IPoint point)
            throws java.io.IOException,
                   AutomationException
Move to the new point.

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.